✨ Description
Add a toggle to switch between light and dark display modes in the UI.
🎯 Why is this needed?
Users have different preferences for display mode. A light/dark mode toggle improves accessibility and comfort, especially for extended use.
📐 Proposed Solution
- Add a visible toggle button in the UI to switch between light and dark modes
- Persist the user's preference (e.g., via
localStorage or a cookie)
- Apply the selected theme consistently across all pages
✍️ Enhanced by Copilot. Original author: @0GiS0
Generated by Issue Quality Enhancer for issue #96 · sonnet46 507.3K · ◷
✨ Description
Add a toggle to switch between light and dark display modes in the UI.
🎯 Why is this needed?
Users have different preferences for display mode. A light/dark mode toggle improves accessibility and comfort, especially for extended use.
📐 Proposed Solution
localStorageor a cookie)