feat(ui-2026): redistribute the 2026 System/Project/API views into plugin-ui#17
Merged
fdaugan merged 1 commit intoJun 4, 2026
Merged
Conversation
…ugin-ui The 2026 redesign of the System (Bench, Cache, Configuration, Information, Node, Plugin, Role, User), Project (List, Detail, Edit), API (Home, Token), Home (Dashboard) and Subscribe Wizard surfaces was first integrated as part of the host app-ui in ligoj#106. Following review feedback, the views are now moved to plugin-ui under the existing file names (singular form for System*View, ProjectListView, HomeView, SubscribeWizardView), with the 2026 i18n keys merged into plugin-ui's own bundle. Generic 2026 building blocks (VibrantDataTable, VibrantConfirmDialog, AuditDialog, LigojIcon) stay in the host and are imported via @/... Companion to ligoj#106 and plugin-id#53.
|
|
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 System, Project, API and Home surfaces from the host
app-ui(where they were first integrated in ligoj#106) into plugin-ui.What's in
SystemBenchView,SystemCacheView,SystemConfigurationView,SystemInfoView,SystemNodeView,SystemPluginView,SystemRoleView,SystemUserView(singular names reused) + newNodeEditDialog.ProjectListView(was ProjectsView),ProjectDetailView, newProjectEditDialog.ApiHomeView,ApiTokenView.HomeView(legacy HomeView had no auth/session logic — only breadcrumbs + load, replaced by the 2026 shell behaviour).SubscribeWizardView(was SubscribeWizardDialog).wizard.*step labels and a fewproject.*).Conventions
VibrantDataTable,VibrantConfirmDialog,AuditDialog) stay in the host, imported via@/components/...(resolves to host in the plugin's vite config).ProjectEditDialog,NodeEditDialog,SubscribeWizardView) imported relative.Out of scope
app-ui) is deferred to a later lot so ligoj#106 keeps building.