brewlog/templates
Jon Seager 44174b4361
feat(ui): colour-code tasting note pills by SCA wheel category
Add view-layer mapping that categorises tasting notes into 9 colour
families (floral, fruity, citrus, sweet, nutty, spice, roasted, sour,
vegetal) based on the SCA Coffee Tasting Wheel. Matching uses
case-insensitive exact lookup against ~90 known terms, then substring
fallback, with pill-muted as the default for unrecognised notes.

- Add tasting_notes module with NoteCategory enum and categorize()
- Add 9 pill CSS variants with light and dark mode support
- Update roast list and timeline templates to render coloured pills
2026-02-06 16:26:29 +00:00
..
pages feat(ui): redesign account page and style CLI callback page 2026-02-06 12:33:01 +00:00
partials feat(ui): colour-code tasting note pills by SCA wheel category 2026-02-06 16:26:29 +00:00
base.html fix(ui): tokenize neutral text colors for dark mode contrast 2026-02-05 20:57:59 +00:00