brewlog/src
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
..
application refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
domain feat(home): limit open bags to 3 most recently updated 2026-02-04 17:19:26 +00:00
infrastructure feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
presentation refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00