-
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
Inconsistent use of the chevron icon in the dark sidebar #48591
Comments
I think it would be good to try applying the small chevron to any item that invokes a drilldown. |
I've opened a PR to fix this. |
If you don't mind I'm going to re-open, purely because we won't have consistency until the nav menu items are updated. |
Thanks, yes makes sense. That was automated when the PR closed. 👍 |
Follow up PR for navigation screen #50149 |
I think we're in a good spot with this one now. |
The dark sidebar in the site editor utilises a drill down pattern to expose subsequent levels of navigation.
At the root level of Design, we indicate this behaviour by appending a chevron to each menu item:
However, in each of the other panels, this chevron does not appear, despite the menu items having the same behaviour:
We should be consistent so that users are better able to predict how the UI will behave. That means either removing the chevrons at the root, or adding them to the other panels.
Important note: We already use the small chevron icon in the Navigation panel to indicate the presence of a submenu:
This is an established pattern in List View as well. If we elect to use chevrons as a universal drilldown indicator for menu items in the dark sidebar, then we need to make sure there's no confusion between the two.
The text was updated successfully, but these errors were encountered: