brewlog/templates
Jon Seager 4ed1544d66
fix(timeline): ensure cards always alternate sides across month boundaries
Per-month <ol> containers caused :nth-of-type to reset at each month,
putting the first card of consecutive months on the same side. Flatten
all items into a single container and use :nth-child(odd of .timeline-item)
for continuous left/right alternation across months and infinite scroll.
2026-02-03 09:51:48 +00:00
..
partials fix(timeline): ensure cards always alternate sides across month boundaries 2026-02-03 09:51:48 +00:00
bags.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
base.html feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
brews.html fix(brews): allow arbitrary values in numeric form fields 2026-02-02 19:59:51 +00:00
favicon.ico feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
gear.html refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
login.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
nav.html feat(brews): add web views and templates 2026-02-02 19:31:46 +00:00
roast_detail.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roaster_detail.html feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
roasters.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
roasts.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
styles.css fix(timeline): ensure cards always alternate sides across month boundaries 2026-02-03 09:51:48 +00:00
timeline.html fix(timeline): ensure cards always alternate sides across month boundaries 2026-02-03 09:51:48 +00:00