fabro/apps/fabro-web/app
Bryan Helmkamp b448a4e246
fix(theme): contrast on primary buttons and muted text in light mode
- introduce --color-on-primary (navy-950 in dark, white in light)
  so text on bg-teal-500 reads clearly regardless of mode; swap
  hardcoded text-navy-950 occurrences on teal fills for text-on-primary
- darken --color-fg-muted in light mode from slate-400 (#94a3b8) to
  slate-500 (#64748b); slate-400 failed AA on the tinted page
- deepen page tint to #eef2f7 and strengthen line/line-strong so
  white cards have real edges, not invisible hairlines

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 17:12:01 -04:00
..
components fix(theme): contrast on primary buttons and muted text in light mode 2026-04-19 17:12:01 -04:00
data refactor(runs): blocked status canonicalization cleanup (#165) 2026-04-19 14:53:46 -04:00
layouts feat(app-shell): promote Settings to a top-level nav item 2026-04-19 17:03:27 -04:00
lib feat(web): graph direction control, failed node colors, breadcrumb and stage fixes 2026-04-15 10:52:12 -04:00
routes fix(theme): contrast on primary buttons and muted text in light mode 2026-04-19 17:12:01 -04:00
api.test.ts fix(runs): bound board enrichment and demo normalization 2026-04-19 11:35:30 -04:00
api.ts fix(runs): bound board enrichment and demo normalization 2026-04-19 11:35:30 -04:00
app.css fix(theme): contrast on primary buttons and muted text in light mode 2026-04-19 17:12:01 -04:00
entry.tsx feat(install): add browser-based setup flow 2026-04-19 11:20:58 -04:00
install-api.test.ts refactor(install): collapse overlapping React state into discriminated unions 2026-04-19 13:59:09 -04:00
install-api.ts refactor(install): collapse overlapping React state into discriminated unions 2026-04-19 13:59:09 -04:00
install-app.test.tsx fix(install): harden web wizard against review findings 2026-04-19 12:43:00 -04:00
install-app.tsx fix(theme): contrast on primary buttons and muted text in light mode 2026-04-19 17:12:01 -04:00
install-config.test.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-config.ts feat(install): redesign web wizard and scope dev token to PAT installs 2026-04-19 16:11:02 -04:00
install-flow.test.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-flow.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-router.tsx feat(install): add browser-based setup flow 2026-04-19 11:20:58 -04:00
mode.test.ts fix(install): harden web wizard against review findings 2026-04-19 12:43:00 -04:00
mode.ts fix(install): harden web wizard against review findings 2026-04-19 12:43:00 -04:00
root.tsx fix(fabro-web): default unsaved theme selection to dark 2026-04-08 12:10:34 -04:00
router.test.tsx refactor(setup): remove browser-based GitHub app bootstrap 2026-04-13 18:25:29 -04:00
router.tsx feat(web): enhance run detail UI with stages tab, graph controls, and live annotations 2026-04-15 10:12:10 -04:00