Skip to content

Migrates Search Trail views to Nextcloud Vue components#1246

Merged
SudoThijn merged 2 commits intofeature/nextcloud-vue-package-usagefrom
feature/REGISTERS-484/searchtrails-page
Mar 30, 2026
Merged

Migrates Search Trail views to Nextcloud Vue components#1246
SudoThijn merged 2 commits intofeature/nextcloud-vue-package-usagefrom
feature/REGISTERS-484/searchtrails-page

Conversation

@SudoThijn
Copy link
Copy Markdown
Contributor

Migrates the Search Trail sidebar and index views to utilize reusable components from the @conduction/nextcloud-vue library. This refactoring aims to standardize the user interface, reduce custom code, and enhance maintainability by leveraging a consistent component architecture.

Key changes include:

  • Sidebar: Replaces the custom statistics and analytics sections with the CnStatsPanel component, centralizing data presentation and logic within computed properties.
  • Index Page: Replaces the entire custom table view, pagination, selection, and action bar with the CnIndexPage component, providing a standardized and feature-rich data display.
  • Store: Adds a deleteMultipleSearchTrails action to enable bulk deletion operations from the CnIndexPage.
  • Removes redundant custom CSS and JavaScript logic previously responsible for managing the bespoke UI elements.

requires: ConductionNL/nextcloud-vue#38

Refactors SearchTrailIndex and SearchTrailSideBar to use standardized CnIndexPage and CnStatsPanel components. This update includes support for bulk deletion and improves the consistency of the analytics and log filtering interfaces.
@SudoThijn SudoThijn merged commit 0cbe8a1 into feature/nextcloud-vue-package-usage Mar 30, 2026
19 checks passed
@SudoThijn SudoThijn deleted the feature/REGISTERS-484/searchtrails-page branch March 30, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants