-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
toggle dark mode and light mode #2469
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
i want to work on this issue. |
We are now focusing on three types of issues as priority areas:
We will only be accepting feature issues for deficiencies that are obviously lacking in the apps. These are things that make it very difficult to operate the apps. Even so, the PRs will still require you to understand testing as stated before. Cosmetic changes that require only a few lines of code, or relate to screen sizes unlikely to be used are not acceptable under this policy. Closing |
|
Is your feature request related to a problem? Please describe.
Currently, the website only uses a single theme (light or dark), which can be uncomfortable for users who prefer one theme over the other. Users may need to adjust their environment settings for better accessibility and usability.
Describe the solution you'd like
I would like to add a toggle button to the website that allows users to switch between dark mode and light mode according to their preferences. This toggle should be easy to access, ideally placed in the website's header or settings menu.
Describe alternatives you've considered
An alternative solution could be automatically detecting the user's preferred theme based on their device settings (light or dark mode). However, giving users the option to manually switch between themes ensures greater customization and user satisfaction.
Approach to be followed
Implement a theme switcher button on the website’s UI.
Store the user’s theme preference in local storage or cookies to maintain the choice across sessions.
Apply CSS media queries to detect the default system theme while allowing manual override by the user.
Test accessibility for both themes to ensure readability and usability for all users.
Additional context
Adding dark mode and light mode options is a widely requested feature across websites for accessibility and user comfort, especially for users who prefer a dark interface to reduce eye strain.
The text was updated successfully, but these errors were encountered: