brewlog/templates/partials
Jon Seager b12ad2bf6d
feat(timeline): add "brew again" button to timeline
- Add TimelineBrewData struct to domain layer to carry raw brew
  parameters needed for repeating a brew
- Extend timeline SQL query to LEFT JOIN with brews table and fetch
  brew data (bag_id, grinder_id, brewer_id, coffee_weight, etc.)
- Add brew_data field to TimelineEventView for template access
- Add is_authenticated to TimelineChunkTemplate for auth-aware chunks
- Add "brew again" button to timeline month partial, visible only for
  authenticated users on brew events
- Server returns reload script when brew is created from timeline page,
  using Datastar's fragment patching to append script to body
2026-02-02 20:14:51 +00:00
..
bag_list.html fix: remove superfluous /bags/:id/finish endpoint 2025-11-27 14:24:26 +00:00
brew_list.html fix(brews): improve table layout and add "brew again" feature 2026-02-02 19:55:18 +00:00
gear_list.html fix(web): make gear table actions consistent with roasts table 2026-02-02 16:18:48 +00:00
roast_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roast_options.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roaster_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
table.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
timeline_chunk.html feat: add pagination/infinite scroll to timeline 2025-11-24 21:45:59 +00:00
timeline_month.html feat(timeline): add "brew again" button to timeline 2026-02-02 20:14:51 +00:00