brewlog/src/application
Jon Seager 577c0e39d3
feat(ui): add horizontal scrolling recent brews on homepage
- Load last 10 brews instead of 3, display in horizontal scroll
- Extract brew card into reusable partial with portrait layout
- Add grinder_model field to BrewView for compact card display
- Move brew-again button to top-right icon, truncate long names
2026-02-07 10:40:20 +00:00
..
routes feat(ui): add horizontal scrolling recent brews on homepage 2026-02-07 10:40:20 +00:00
services refactor(timeline): extract event creation into service layer 2026-02-06 10:42:52 +00:00
auth.rs build(deps): bump axum from 0.7.9 to 0.8.8 (#6) 2026-02-06 19:04:14 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs refactor(server): extract AppState into dedicated state module 2026-02-06 13:47:59 +00:00
server.rs fix(auth): clean up expired sessions on server startup 2026-02-06 18:19:30 +00:00
state.rs fix: set HTTP client timeout and remove pagination double-fetch 2026-02-06 18:19:37 +00:00