brewlog/templates/pages
Jon Seager 6493c6495a
fix(homepage): show stats placeholder when database is empty
The stats recomputation task populates the cache with zero values on
startup, causing build_stat_cards() to return 6 cards even with an
empty database. Gate the stats section on stats.is_empty() in addition
to stat_cards.is_empty() so placeholders display correctly.
2026-02-09 10:13:11 +00:00
..
add.html copy: remove second-person pronouns, use imperative tone 2026-02-08 09:50:49 +00:00
admin.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
bag.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
brew.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
cafe.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
checkin.html feat(routes): redirect to detail page after creating brews and cups 2026-02-08 16:10:11 +00:00
cli_callback.html build(deps): bump askama from 0.12.1 to 0.15.4 (#7) 2026-02-06 18:45:34 +00:00
cup.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
data.html copy: remove second-person pronouns, use imperative tone 2026-02-08 09:50:49 +00:00
gear.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
home.html fix(homepage): show stats placeholder when database is empty 2026-02-09 10:13:11 +00:00
login.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
register.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
roast.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
roaster.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
stats.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00
timeline.html feat(timeline): add expand/collapse all toggle per month 2026-02-07 11:03:52 +00:00