-
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
Capture toolbars in navigation block #53697
Conversation
Size Change: +13 B (0%) Total Size: 1.51 MB
ℹ️ View Unchanged
|
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.
I think we've tried this for navigation in the past, and ended up moving away from it. But that was a long while back, still with the old UI, I believe, and at the time if I recall correctly, the reason we didn't go with it was that the mover controls were too far from the selected block.
Since then the block outline being visible while you are interacting with the block addresses this, and comes with the benefit of a single clickable place that doesn't move with the block itself:
As such, I think this is an improvement:
What?
Related to #53306, trying out toolbar capture on the Navigation block.
Why?
Experimenting with improving nested block experiences.
Testing Instructions
Screenshots or screencast
Before
Notice how the toolbar moves with you:
CleanShot.2023-08-15.at.14.34.13.mp4
After
Notice how the toolbar stays in place:
CleanShot.2023-08-15.at.14.33.05.mp4