feat(ui-2026): redistribute the 2026 Identity views into plugin-id#53
Merged
fdaugan merged 1 commit intoJun 4, 2026
Merged
Conversation
The 2026 redesign of the Identity surface (Users, Groups, Companies, Delegates, Container Scopes) was first integrated as part of the host app-ui in #106. Following review feedback, the views and panels are now moved to plugin-id, under the existing file names (UserListView, GroupListView, CompanyListView, DelegateListView, ContainerScopeView, UserEditDialog, DelegateEditDialog) and the four edit panels. Generic 2026 building blocks (VibrantDataTable, VibrantConfirmDialog, AuditDialog, LigojIcon) stay in the host and are imported via @/... The 11 new 2026 i18n keys are added to plugin-id's own bundle (the 60 others were already present, identical); the host bundle keeps them for now (host cleanup deferred to a later lot so #106 stays green). Companion to ligoj#106.
|
|
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.



Moves the 2026 Identity surface (Users, Groups, Companies, Delegates, Container Scopes) from the host
app-ui(where it was first integrated in ligoj#106) into plugin-id, where Fabrice's review asked it to live.What's in
UserListView,GroupListView,CompanyListView,DelegateListView,ContainerScopeView,UserEditDialog,DelegateEditDialog.CompanyEditPanel,GroupEditPanel,GroupMembersDialog,GroupMembersPanel.Conventions
VibrantDataTable,VibrantConfirmDialog,AuditDialog,LigojIcon) stay in the host and are imported via@/...(which resolves to the host in the plugin's vite config).Out of scope
app-ui) is deferred to a later lot so ligoj#106 keeps building.