fabro/apps/arc-web/app/data
Bryan Helmkamp 2ed164d190 Add light mode support with theme toggle
Introduce semantic CSS custom properties (page, panel, fg, line, overlay,
etc.) that swap values via .light/.dark class on <html>. An inline script
reads localStorage / prefers-color-scheme before first paint to prevent
flash-of-wrong-theme.

- ThemeProvider + useTheme hook in app/lib/theme.tsx
- Sun/Moon toggle in desktop nav and mobile menu
- .light overrides for all semantic tokens, accent colors (WCAG AA on
  white), atmosphere gradient, @pierre/diffs surfaces, and chart variables
- Migrated ~30 files from hardcoded color classes to semantic tokens
- GraphViz diagrams use getGraphTheme() for light/dark hex maps
- Chart gridlines and axis labels use CSS custom properties
- Workflow card colors reference CSS vars for automatic theme switching
- Pierre diffs switch between pierre-dark and pierre-light themes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:06:45 -05:00
..
dot-grammar.ts Replace direct Shiki usage with @pierre/diffs File component 2026-02-28 16:49:43 -05:00
register-dot-language.ts Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00
retros.ts Add per-run retrospectives with LLM-powered retro agent 2026-03-01 15:46:02 -05:00
runs.ts Add expandable check status rows and pending question text to Run cards 2026-03-01 12:53:56 -05:00
verifications.ts Add light mode support with theme toggle 2026-03-01 18:06:45 -05:00