Files
OLD-server-architecture/.gitignore
Giuseppe Raffa ee478e52ef feat: implement dark mode toggle across application
- Added dark mode detection and application logic in HTML files (dashboard.html, kioskedit.html, live.html, rulesets.html, sessions.html).
- Introduced a theme toggle button for user interaction.
- Created a new theme-toggle.js script to manage dark mode state and persistence using localStorage.
- Updated CSS styles to support dark mode with appropriate color variables and transitions.
- Enhanced user experience by preventing flash of unstyled content during theme initialization.
2026-04-21 22:42:02 +02:00

23 lines
180 B
Plaintext

.env
node_modules
**/dist/
**/build/
.npm/
**.log
**/data/
**.sqlite
**.db
**/volumes/
.DS_Store
Thumbs.db
.vscode/
.idea/
**/tsconfig.tsbuildinfo
.eslintcache
.venv/
.claude/