turnstone/web/src
pyr0ball 58b179b275 feat: dark/light theme — CSS variables, OS preference, toggle button
- theme.css: CSS custom properties for both modes (surface, accent, text,
  sev, badge); .dark class override; smooth 0.15s transitions
- uno.config.ts: colors now reference var() — all semantic classes
  auto-switch with the .dark class; dark: 'class' strategy enabled
- main.ts: apply saved preference (localStorage ts-theme) or
  prefers-color-scheme before first paint to prevent flash
- App.vue: ☾/☀ toggle button persists choice to localStorage
- IncidentsView: severityStyle() uses badge CSS variables via inline
  style — fixes /opacity modifier incompatibility with CSS vars
2026-05-09 16:20:07 -07:00
..
components feat: Vue 3 frontend and FastAPI REST layer 2026-05-08 16:27:59 -07:00
router feat: Incidents tab — Vue view with time-bucket picker and entry drawer (#2) 2026-05-09 15:58:21 -07:00
stores feat: Vue 3 frontend and FastAPI REST layer 2026-05-08 16:27:59 -07:00
style feat: dark/light theme — CSS variables, OS preference, toggle button 2026-05-09 16:20:07 -07:00
views feat: dark/light theme — CSS variables, OS preference, toggle button 2026-05-09 16:20:07 -07:00
App.vue feat: dark/light theme — CSS variables, OS preference, toggle button 2026-05-09 16:20:07 -07:00
main.ts feat: dark/light theme — CSS variables, OS preference, toggle button 2026-05-09 16:20:07 -07:00
vite-env.d.ts feat: Vue 3 frontend and FastAPI REST layer 2026-05-08 16:27:59 -07:00