Skip to content
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

There's a stack of dialogs being created on top of each other without coordination #1494

Open
rafaellehmkuhl opened this issue Dec 9, 2024 · 0 comments · May be fixed by #1549
Open

There's a stack of dialogs being created on top of each other without coordination #1494

rafaellehmkuhl opened this issue Dec 9, 2024 · 0 comments · May be fixed by #1549
Assignees
Labels
ux Has to do with the user experience

Comments

@rafaellehmkuhl
Copy link
Member

This can be seen in the image below, where a user-select dialog appears on top of the tutorial dialog:

image

This happens because we don't have a central coordination for those auto-appearing dialogs and because some of them (like the Tutorial one) spawn itself, overriding the behavior of it's "show" props.

We should better coordinate those so only one dialog appears at a given time and so that the order of those dialogs make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux Has to do with the user experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants