Flyout dimmer vs modal overlay — side-by-side flyouts and migration options #9544
Unanswered
ek-so
asked this question in
Design Decision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Right now we often use flyouts for interactions that are really modal: the user needs to make a decision and move on, and doesn’t need to see the rest of the interface. That creates unnecessary complexity.
We want to stop using flyout masks for those cases. Truly modal work should use modals (full overlay, blocks the rest of the UI). Flyouts should be for when we need content side by side with the main app workspace — not as a substitute for a modal.
Open questions
Slack
https://elastic.slack.com/archives/C049ADQE99S/p1774564475101829
Beta Was this translation helpful? Give feedback.
All reactions