brewlog/templates/pages
Jon Seager 1a1b28559c
feat: add edit page route handlers, template structs, and edit templates
Add edit page handlers for all 7 entities (roaster, roast, bag, brew,
cafe, cup, gear) with authentication, data pre-loading, and image URL
resolution. Register edit routes in app router. Add corresponding
template structs and HTML templates with pre-populated forms.
2026-02-10 19:42:49 +00:00
..
add.html feat: add image upload to create and check-in forms 2026-02-10 17:50:20 +00:00
admin.html feat(a11y): add ARIA attributes, token colors, toast, and tab-switch links 2026-02-09 19:56:11 +00:00
bag.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
brew.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
cafe.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
checkin.html feat: add image upload to create and check-in forms 2026-02-10 17:50:20 +00:00
cli_callback.html feat(a11y): add ARIA attributes, token colors, toast, and tab-switch links 2026-02-09 19:56:11 +00:00
cup.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
data.html chore: autoformat templates with prettier 2026-02-09 13:40:05 +00:00
edit_bag.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_brew.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_cafe.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_cup.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_gear.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_roast.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
edit_roaster.html feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
gear.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
home.html feat: add image upload to create and check-in forms 2026-02-10 17:50:20 +00:00
login.html feat(a11y): add ARIA attributes, token colors, toast, and tab-switch links 2026-02-09 19:56:11 +00:00
register.html feat(a11y): add ARIA attributes, token colors, toast, and tab-switch links 2026-02-09 19:56:11 +00:00
roast.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
roaster.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
stats.html fix(stats): use muted colors for roast and consumption stat cards 2026-02-09 20:27:01 +00:00
timeline.html feat(a11y): add ARIA attributes, token colors, toast, and tab-switch links 2026-02-09 19:56:11 +00:00