-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation: Add a manage menus button to the menu selector dropdown #47005
Conversation
Size Change: +47 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
Flaky tests detected in 859ca69. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3882671159
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it need to be? Manage menus is an action that can happen at any point I think. |
Actually no. Only the "Create Menus". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to approve this but we should raise an Issue to track the bug I found with the "Create menus" being enabled when a menu is being created.
Followup here: #47115 |
What?
The adds the "manage menus" button to the navigation menu selector component when the offcanvas editor is enabled.
Why?
We should give users a way to manage their menus.
How?
This requires a slight change to the ManageMenusButton component, to switch it to use a MenuItem rather than a Button.
Testing Instructions
Testing Instructions for Keyboard
As above.
Screenshots or screencast