Commit graph

7 commits

Author SHA1 Message Date
b2886c2f2b refactor(frontend): align observability panels with editorial design system
Replace hardcoded gray-* colors with design system tokens:
- border-gray-200 → border-muted
- bg-gray-50 → bg-muted/30
- text-gray-600/700 → text-muted-foreground/foreground
- hover:bg-gray-100 → hover:bg-muted/50

Updated components:
- MetadataDebugPanel: now matches Card aesthetic
- ReasoningChainViewer: now uses warm editorial tones

Benefits:
- Consistent with existing reasoning/summary cards
- Matches warm editorial aesthetic (hsl(42...) palette)
- DRY: reuses design system tokens
- Documented collapsible panel pattern in cookbook

This fixes the cool gray panels that looked out of place among the warm beige editorial UI.
2026-03-06 16:25:47 +01:00
b99b9ed68e feat(profile): add profile settings and LLM user context 2026-03-05 15:57:21 +01:00
c4be7dd1be refactor(frontend): align lab results filters with products style 2026-03-05 13:14:33 +01:00
7eca2391a9 perf(frontend): trim unused Cormorant Google font weight 2026-03-05 12:53:14 +01:00
0a4ccefe28 feat(repo): expand lab results workflows across backend and frontend 2026-03-05 12:46:49 +01:00
f1b104909d docs(repo): define agent skills and frontend cookbook workflow 2026-03-05 10:49:07 +01:00
693c6a9626 feat(frontend): unify editorial UI and DRY form architecture 2026-03-04 21:43:37 +01:00