brewlog/src/presentation/web
Jon Seager 4bdfc661f9
refactor: consolidate entity pages into unified /data and /add views
Replace per-entity pages (/roasters, /roasts, /bags, /brews, /gear,
/cafes, /cups) and detail pages with a single tabbed /data view and
a dedicated /add page for entity creation.

- Add /data route with tab-based navigation using Datastar
- Add /add route consolidating all create forms
- Remove per-entity page handlers and standalone templates
- Remove detail page routes, handlers, and templates
- Update ListNavigator to accept String paths for query-param URLs
- Update home page and timeline links to use new /data?type=X paths
- Update nav to reference /data instead of individual entity pages
2026-02-04 20:51:30 +00:00
..
views refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
mod.rs chore: refactor cli and web under presentation 2025-11-26 10:48:25 +00:00
templates.rs refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00