feat: rework of menu management UI with overview and detail pages#680
Open
wkonecny wants to merge 2 commits into
Open
feat: rework of menu management UI with overview and detail pages#680wkonecny wants to merge 2 commits into
wkonecny wants to merge 2 commits into
Conversation
added 2 commits
July 7, 2026 15:01
Replace the navigation dropdown and Manage modal with a CMS-style overview page listing all navigations in a table (create, edit, delete, cache purge), and turn the item editor into a URL-driven detail page with a back link. - add OverviewPage as the plugin landing route, DetailPage at /:documentId - rename pages/HomePage to pages/DetailPage - move shared API/permission hooks to admin/src/hooks - remove the NavigationManager modal, reuse its form in the overview modal - add pages.overview translations to all locales, drop obsolete manager keys
Point the overview page, form modal and detail header at the existing popup.navigation.manage.* and form toggle keys instead of introducing a parallel pages.overview namespace. Locale files now only add the four genuinely new strings (subtitle, items/actions columns, empty state), drop keys that lost their last consumer, and backfill the visibility toggle labels missing from ca.
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.
Ticket
N/A
Summary
This feature replaces the navigation dropdown and Manage modal with a Strapi-style overview page listing all navigations in a table. The dropdown did not show all navigation items without scrolling, which confused our users multiple times.
Note: A lot of files were moved to account for the Overview/Detail split. The
QueryClientProviderwas moved to theApp.tsxso it could be reused across overview/detail pages.Test Plan
The functionality was tested manually in multiple configurations. The settings page is untouched.
Note: I did not make any API changes in this PR, so no additional testing was needed on that front.
Screenshots
Overview page

Detail page
