brewlog/src/application/routes
Jon Seager 48afde8448
refactor(support): add signal response helpers for Datastar
- render_signals_json() returns application/json signal patches
- render_signals_fragment() returns text/html with data-signals attributes
- kebab_to_camel() converts signal names for JSON responses
- escape_html_attr() for safe attribute embedding
2026-02-04 14:36:28 +00:00
..
auth.rs refactor(web): add has_ai_extract flag to all page templates 2026-02-03 19:14:47 +00:00
bags.rs refactor(web): add has_ai_extract flag to all page templates 2026-02-03 19:14:47 +00:00
brews.rs refactor(web): add has_ai_extract flag to all page templates 2026-02-03 19:14:47 +00:00
cafes.rs refactor(cafes): remove notes field from Cafe entity 2026-02-03 21:02:37 +00:00
checkin.rs feat(home): replace scan page with home dashboard and check-in flow 2026-02-04 12:55:08 +00:00
cups.rs refactor(cafes,cups): remove notes field from Cafe and Cup entities 2026-02-03 21:09:34 +00:00
gear.rs refactor(web): add has_ai_extract flag to all page templates 2026-02-03 19:14:47 +00:00
home.rs feat(home): replace scan page with home dashboard and check-in flow 2026-02-04 12:55:08 +00:00
macros.rs refactor(routes): extract form option helpers and fragment renderer macro 2026-02-03 16:49:36 +00:00
mod.rs feat(home): replace scan page with home dashboard and check-in flow 2026-02-04 12:55:08 +00:00
roasters.rs refactor(roasters): remove notes field from Roaster entity 2026-02-03 21:18:48 +00:00
roasts.rs feat(scan): add bag scanning page with combined AI extraction 2026-02-03 19:15:39 +00:00
scan.rs feat(home): replace scan page with home dashboard and check-in flow 2026-02-04 12:55:08 +00:00
support.rs refactor(support): add signal response helpers for Datastar 2026-02-04 14:36:28 +00:00
timeline.rs refactor(web): add has_ai_extract flag to all page templates 2026-02-03 19:14:47 +00:00
tokens.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00