Replies: 4 comments
-
|
@ascorbic All CI checks are now green on the related PR (#1024). Ready for review when you have a moment. Summary:
|
Beta Was this translation helpful? Give feedback.
-
|
This is important for grouping plugin submenus so we can use it as a foundation for developing future plugins. |
Beta Was this translation helpful? Give feedback.
-
|
Implementation is now live in PR #1024. All CI checks pass (Tests, Typecheck, Lint, E2E, Smoke, Integration, Browser). Ready for maintainer review. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ahliweb. Support for collection grouping is an interesting idea, but I think this is more than one feature, and shouldn't be done as one block. I'm particularly unsure about the menu sync feature. Can you explain a bit more about what it's doing and what it's for? Is this a required part of the feature? The reason we ask for an approved discussion before opening a PR is so we can discuss these details before you spend the time on it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The admin sidebar currently renders all collections as a flat alphabetical list under a single Content group. There is no way to:
Proposed Solution
Data Layer
Admin Sidebar
Menu Sync
Reordering UI
Implementation
A PR has been prepared with all changes: #1024
The implementation includes 28 new tests and follows all existing patterns (Kumo components, Lingui i18n, RTL-safe classes, API envelope consistency).
Beta Was this translation helpful? Give feedback.
All reactions