Refactors and localizes endpoint views#720
Closed
SudoThijn wants to merge 12 commits into
Closed
Conversation
…NNECTOR-424/endpoint-refactor
- Migrates `endpointStore` to use the `createCrudStore` pattern from `@conduction/nextcloud-vue`. - Standardizes store property and method names (e.g., `endpointItem` to `item`, `endpointList` to `list`). - Updates endpoint-related modals, views, and tests to reflect the new store structure. - Refactors custom actions like `refreshEndpointLogs` and `exportEndpoint` into the extended CRUD store.
…NNECTOR-424/endpoint-refactor
…NNECTOR-424/endpoint-refactor
…NNECTOR-424/endpoint-refactor
…NNECTOR-424/endpoint-refactor
…NNECTOR-424/endpoint-refactor
…NNECTOR-424/endpoint-refactor
Contributor
|
Closing as part of the stale-PR triage. This refactor chain (CONNECTOR-422→436, targeting the long-stale
No functionality to port — every UX improvement this chain proposed (filtering, stats panels, sidebars, l10n tooling) is delivered by the manifest-driven page types it would have replaced. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhances endpoint management by introducing a dedicated endpoint details page and standardizing list and log views.
EndpointsIndex) and Endpoint Logs (EndpointLogIndex) to use theCnIndexPagecomponent, ensuring a consistent UI/UX with features like pagination, customizable views (card/table), and simplified actions.AddEndpointRule,DeleteEndpoint,EditEndpoint,ViewEndpoint), the newEndpointDetailspage, and list/log views are now fully localized./endpoints/:idto the newEndpointDetailspage.EndpointsList.vueand the oldViewEndpoint.vuepage, consolidating functionality into the refactored views.