Refactors application management views#932
Merged
SudoThijn merged 5 commits intofeature/nextcloud-vue-package-usagefrom Mar 20, 2026
Merged
Refactors application management views#932SudoThijn merged 5 commits intofeature/nextcloud-vue-package-usagefrom
SudoThijn merged 5 commits intofeature/nextcloud-vue-package-usagefrom
Conversation
plus separated card into its own component
Base automatically changed from
feature/REGISTERS-478/organisaties-page
to
feature/nextcloud-vue-package-usage
March 19, 2026 15:22
remko48
approved these changes
Mar 19, 2026
…TERS-479/Applicaties-page
89dc6c5
into
feature/nextcloud-vue-package-usage
1 check passed
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.
Generalizes the user interface for application management by adopting reusable Nextcloud Vue components.
ApplicationsIndex.vue): Migrates toCnIndexPagefor a standardized list view, handling data display, pagination, view mode toggling (cards/table), and common actions. This significantly reduces boilerplate and improves consistency.ApplicationCard.vue): Introduces a new dedicated component to display individual application details, utilized within theCnIndexPage's card view.EditApplication.vue): Refactors to useCnTabbedFormDialog, standardizing the creation and editing modal forms with built-in tab navigation, loading states, and success/error feedback.These changes streamline development, enhance UI consistency, and leverage established Nextcloud Vue patterns.
Based off of #931
requires ConductionNL/nextcloud-vue#15