wannpassts/frontend
Tronax f220d96e3b
feat(frontend): add dark/light theme toggle with system detection
- Add ThemeToggle component (Auto / Dark / Light) to all views
- Store preference per browser and detect system preference live
  via prefers-color-scheme
- Apply theme before first render in index.html to prevent flash
- Extend CSS with light theme variables and refactor glass styles
2026-08-25 18:59:12 +02:00
..
public feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
src feat(frontend): add dark/light theme toggle with system detection 2026-08-25 18:59:12 +02:00
index.html feat(frontend): add dark/light theme toggle with system detection 2026-08-25 18:59:12 +02:00
package-lock.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
package.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
tsconfig.json feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00
vite.config.ts feat: add WannPassts booking app with Go backend and Vue frontend 2026-08-25 18:50:28 +02:00