-
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
Hide sibling inserter in zoomed out mode #56891
Hide sibling inserter in zoomed out mode #56891
Conversation
Size Change: -133 B (0%) Total Size: 1.72 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.
LGTM 👍
9dee4b6
into
try/zoomed-out-mode-experiments
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.
LGTM 👍
✅ Sibling inserter is hidden in zoom out mode
✅ Sibling inserter is still present outside zoom out mode
When it comes time to progress these zoom out mode enhancements beyond an experiment, we might also be able to remove the ZoomOutModeInserters
component entirely.
What?
Removes the sibling inserter for the zoomed out mode experiments (#56806).
Why?
As part of the experiments, zoomed out mode is instigated by opening patterns in the inserter. The problem is the inserter acts as a dialog, so clicking something like the sibling inserter immediately closes it and results in zoomed out mode also being exited.
For this timeboxed experiment, there isn't enough time to look at solutions, so the quick fix is to remove the inserter.
It perhaps also doesn't make sense to show the sibling inserter when the main inserter menu is already open.
How?
Delete it
Testing Instructions
In trunk: Sibling inserters are displayed in the canvas
In this PR: No sibling inserters (drag and drop indicators are still shown)
Screenshots or screencast
Before
After