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
Labels
bug Something isn't working 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.

@rafaellehmkuhl rafaellehmkuhl added bug Something isn't working ux Has to do with the user experience labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux Has to do with the user experience
Projects
None yet
Development

No branches or pull requests

1 participant