-
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: Move the "add submenu" item and add an icon #46072
Comments
Added to this; when the site has a black background color, the plus signs are black too. Making it even harder. |
@Humanify-nl I think that's the appender in the block canvas though right? This issue pertains to the experimental offcanvas editor for the Navigation block. If I got that wrong feel free to provide a screenshot 🙇 |
@getdave I believe you are correct sir. It is the little plus inside the submenu I am referring to. |
I am either not looking at this correctly or customizing the more menu for one case seems very difficult. That menu is meant to hold:
... and this shows in the API:
I am unsure how to approach this for the off canvas navigation editor component, as even if it is open to implement some workarounds, I can't see them (again, I may be looking at this the wrong way). Do we really need the normal block more menu? Can't we build our own for this case? If I were to build a smaller options menu for the experiment, some things would be more discoverable for the experiment validation. Deciding to use this special more menu could be a prop of the ListView, so that won't block a future merge of the off canvas navigation editor into the ListView. |
I will explore the idea of building a custom menu for the navigation block. This menu will be passed via prop and displayed instead of the normal one. |
What problem does this address?
The "add a submenu" item in the navigation link block is hard to find.
What is your proposed solution?
In the navigation link block, the “add submenu item” should be at the top of the ellipsis menu options with a divider below. We should also use the submenu icon to reinforce the connection.
The text was updated successfully, but these errors were encountered: