brewlog/src/application/routes
Jon Seager 4ee8cf7964
fix: polish edit forms and detail pages
- Skip payload in tracing::instrument to avoid logging base64 image data
- Add blob: to CSP img-src for image preview support
- Add deferred_upload_with_preview macro for edit form image previews
  with Replace/Remove buttons and proper DOM cleanup on replacement
- Fix datastar-fetch finished handler (evt.detail.response is undefined
  for redirect scripts)
- Display brew time in M:SS format on edit form
- Add full-width Save Changes button with check icon and Cancel button
  to all edit forms
- Fix country flag emoji spacing on cafe and cup detail pages
- Add "View on Map" Google Maps link to cafe and cup detail pages
2026-02-10 19:43:03 +00:00
..
api fix: polish edit forms and detail pages 2026-02-10 19:43:03 +00:00
app feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
mod.rs fix: polish edit forms and detail pages 2026-02-10 19:43:03 +00:00
support.rs feat(detail): add roast detail page, simplify lists and actions 2026-02-08 17:48:49 +00:00