AadityaBansal01 / AadityaBansal01/smart-timetable
Add dark mode toggle
- Lenguaje dominante
- JavaScript
- Estrellas
- 1
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Description
The timetable UI currently only supports a light theme. Adding a dark/light mode toggle will allow users to switch themes, improving accessibility and overall user experience.
## Steps to Implement
1. Add a toggle button in the UI (e.g., in the header or settings panel).
2. Apply dark mode styles to all components (backgrounds, text, buttons, tables, etc.).
3. Store user preference (e.g., using localStorage or React context) to remember the selected theme.
## Expected Behavior
- Users can switch between light and dark themes seamlessly.
- All UI elements adapt correctly to the selected theme.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.