Skip to content

Adding a new feature "Dark Mode" #851

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

Closed
wants to merge 2 commits into from

Conversation

skander2904
Copy link

What was done:

  • Implemented a dark mode feature that allows users to switch between light and dark themes.

  • Added a toggle button in the UI for theme selection.

  • Updated styles to adjust background colors, text colors,
    Capture d’écran 2025-03-27 145602
    and other UI elements for dark mode.

  • Ensured that the theme preference is saved using local storage to persist user settings.

How it was implemented:

  • Introduced a theme switcher component.

  • Applied CSS variables and conditional class changes to manage light/dark modes.

  • Used local storage to remember the user's preferred theme across sessions.

@poeti8
Copy link
Member

poeti8 commented Apr 3, 2025

There's another pull request for the dark mode, see my comment here: #838. Your dark mode version has similar visual inconsistencies. If I merge any of these two pull requests, it'll be the one that looks proper and nice.

@poeti8
Copy link
Member

poeti8 commented Apr 16, 2025

Closing due to inactivity.

@poeti8 poeti8 closed this Apr 16, 2025
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

Successfully merging this pull request may close these issues.

2 participants