brewlog/src/presentation
Jon Seager 4fd72d654a
feat(bags): add bag detail page, extract shared detail page macros
- Create /bags/:id detail page with coffee, roaster, map, and bag info cards
- Extract shared template macros into detail_cards.html (coffee_card, roaster_card, map_with_legend, share_button)
- Extract build_coffee_info() and build_roaster_info() view model helpers
- Refactor brew.html and cup.html to use shared macros
- Make bag cards on homepage clickable, linking to detail page
- Add Close Bag and Delete actions on bag detail page
- Unify homepage card styling (bg-surface, hover:border-accent/40)
- Update CLAUDE.md with detail page patterns
2026-02-08 16:43:04 +00:00
..
cli copy: remove second-person pronouns, use imperative tone 2026-02-08 09:50:49 +00:00
web feat(bags): add bag detail page, extract shared detail page macros 2026-02-08 16:43:04 +00:00
mod.rs chore: refactor cli and web under presentation 2025-11-26 10:48:25 +00:00