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

[Design]: [Theme switch latency causes multiple status messages to stack] #277

Open
Himanshu145505 opened this issue Nov 1, 2024 · 0 comments

Comments

@Himanshu145505
Copy link

Description
When switching between light and dark modes rapidly on the QR Code Generator website, the status messages ("Theme changed to Dark mode!" / "Theme changed to Light mode!") stack up and persist for a long time, cluttering the user interface. This results in multiple notifications being displayed simultaneously, affecting the overall user experience.

To Reproduce
Steps to reproduce the behavior:

Go to the QR Code Generator website.
Quickly toggle between light and dark themes.
Observe the theme status messages stacking up.
Expected behavior
The theme status message should either disappear after a short delay or a new message should replace the previous one, preventing multiple messages from stacking up.

Screenshots
Screenshot 2024-10-24 203839

Environment:

OS: Windows
Browser: Chrome
Version: [e.g., 22]
Additional context
This issue can be resolved by:

Adding a cooldown period for theme switching.
Automatically dismissing the previous status message before showing a new one.
Limiting the number of status messages displayed at a time.
I would like to work on resolving this issue. Could you please assign it to me?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant