brewlog/src/application/routes/app
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.rs chore: fix lints 2026-02-08 09:40:37 +00:00
admin.rs refactor: rename Account to Admin across filenames, routes, and docs 2026-02-08 09:39:37 +00:00
auth.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
bags.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
brews.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
cafes.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
checkin.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
cups.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
data.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
gear.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
home.rs feat(web): add Open Graph and Twitter Card meta tags 2026-02-08 16:19:34 +00:00
mod.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
roasters.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
roasts.rs feat: add edit page route handlers, template structs, and edit templates 2026-02-10 19:42:49 +00:00
stats.rs style(stats): add bg-surface to cards/pills/tabs, reorder tabs 2026-02-08 16:47:30 +00:00
timeline.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00
webauthn.rs refactor: update AppState imports to use state module 2026-02-06 13:48:09 +00:00