You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users currently have to re-enable dark mode on each page they visit, leading to an inconsistent and frustrating experience.
Explain your solution
Implement a feature that remembers the user's dark mode preference using localStorage. This preference will be automatically applied whenever the user navigates to any page on the website.
Any alternative approaches/features
No response
Additional Context
Benefits:
Consistent user experience across all pages.
Increased user satisfaction by reducing the need to repeatedly toggle dark mode.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUUTING.md carefully. Your contributions are highly appreciated! 😊
Idea Contribution
Explain feature request
Users currently have to re-enable dark mode on each page they visit, leading to an inconsistent and frustrating experience.
Explain your solution
Implement a feature that remembers the user's dark mode preference using
localStorage
. This preference will be automatically applied whenever the user navigates to any page on the website.Any alternative approaches/features
No response
Additional Context
Benefits:
Consistent user experience across all pages.
Increased user satisfaction by reducing the need to repeatedly toggle dark mode.
The text was updated successfully, but these errors were encountered: