-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Screen: Update Navigation Block Toolbar to only include list view and menu name #28856
Comments
In this UI the navigation block's toolbar does not have the block settings menu at the end. Removing it is not trivial as there is no switch to flip about it. I have thought about what would the best way forward be and I can only come up with two directions, neither of which are too sound:
a) Is it that bad for reasons of advancing this to hide the element via CSS? (cc @talldan) |
Yeah, I don't really like any of the options. I suppose CSS is the least harmful. There's also the option of an This has a risk that one day something else will be added to the menu and it'll be visible again. I'd really prefer it if we cleaned up the menu so that the stray separator didn't show and leave it at that. |
Currently, the work needed (probably in separate PRs) is:
|
Closing this issue due to the Navigation Screen project being moved to an inactive status on the feature projects page in coordination with the project leads. (The developer documentation in the initial post are no longer accessible) If this work is picked back up, issues can be revisited and reopened as needed. Thanks for pitching in on this early feature so the wider WordPress project could benefit from the lessons learned! |
The Navigation block toolbar doesn't do a whole lot in the context of the Navigation screen. Currently, it displays the Navigation block icon and the ellipsis icon with a rather empty options menu:
There might be some benefit in being able to copy a Navigation block, but you can't actually paste it anywhere else in the Navigation screen. I think we should just hide the ellipsis menu altogether.
The normal Navigation block has a button to open the list view. I think we should enable that in the Navigation screen as well.
Adding in the ongoing work (#25343) for displaying/editing the menu name in the toolbar, we'll end up with something like this:
The text was updated successfully, but these errors were encountered: