brewlog/templates
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
..
pages fix(homepage): show stats placeholder when database is empty 2026-02-09 10:13:11 +00:00
partials feat(homepage): show relative time on brew cards 2026-02-09 09:30:54 +00:00
base.html refactor(static): prefix all static asset routes with /static/ 2026-02-08 18:07:10 +00:00