ls1intum / Hephaestus

Hephaestus - A Generative AI Mentor for Agile Software Development
MIT License
8 stars 1 forks source link

Add Dark Mode Switcher in Header #28

Closed FelixTJDietrich closed 3 months ago

FelixTJDietrich commented 3 months ago

Description

Add a dark mode switcher in the header to allow users to toggle between light and dark themes for a better user experience 🌚 🌝.

Requirements

  1. Add a dark mode toggle switch in the header. (dark, light, system)
  2. Ensure the switcher is easily accessible and visually appealing.
  3. Implement the functionality to toggle between light and dark themes.
  4. Remember the user's theme preference across sessions using local storage or cookies.