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

[Bug]: [Theme switch latency causes multiple status messages to stack] #262

Open
Himanshu145505 opened this issue Oct 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Himanshu145505
Copy link

Himanshu145505 commented Oct 24, 2024

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:

  1. Go to the QR Code Generator website.
  2. Quickly toggle between light and dark themes.
  3. 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!

@Himanshu145505 Himanshu145505 added the bug Something isn't working label Oct 24, 2024
Copy link

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant