-
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
Remove tools dropdown menu from medium viewport when text labels mode is active #31431
Conversation
Size Change: -223 B (0%) Total Size: 1.31 MB
ℹ️ View Unchanged
|
Here's before: Here's after: To an extent, both are not great because the labels-only feature feels like it hasn't received a lot of design thought in the initial implementation. However at least this feels simpler, without this weird merged dropdown. It seems like #31134 might enable us to remove those at a bigger breakpoint? But as is, I'd be okay with shipping this feature; even though it doesn't improve substantially upon the existing visuals, at least it removes some of the complexity. What do you think? |
that's my thinking, the current design is "broken" and we already remove these tools for the smaller breakpoint, so let's just do that for this breakpoint too until we come up with a good design for this. |
19f05a3
to
4551baf
Compare
When "Display button labels" mode is enabled, we had this weird dropdown menu composed of several tools mixed together. Design wise and behavior wise, this menu was very confusing and would require to be rethought.
On small viewports, that menu is removed entirely, so this PR is just matching the "small" and "medium" viewports behavior which allows us to get rid of that dropdown menu.
This is the menu we're talking about.