brewlog/src/presentation
Jon Seager 7f99ffc993
feat(stats): add geographic stats page with choropleth world map
- New /stats page with Roasters, Roasts, Cups, and Cafes tabs
- Interactive choropleth world map (SVG) colored by country counts
- Clickable country chips that highlight individual countries on the map
- Horizontal chip scroller with chevron navigation on desktop
- Datastar-powered tab switching without page reload
- Domain layer: country name → ISO code mapping, flag emoji generation
- StatsRepository trait with four aggregate SQL queries
- <world-map> and <chip-scroll> custom elements for Datastar compatibility
2026-02-08 11:03:15 +00:00
..
cli copy: remove second-person pronouns, use imperative tone 2026-02-08 09:50:49 +00:00
web feat(stats): add geographic stats page with choropleth world map 2026-02-08 11:03:15 +00:00
mod.rs chore: refactor cli and web under presentation 2025-11-26 10:48:25 +00:00