brewlog/templates/partials
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
..
bag_list.html fix: remove superfluous /bags/:id/finish endpoint 2025-11-27 14:24:26 +00:00
brew_list.html fix(brews): improve table layout and add "brew again" feature 2026-02-02 19:55:18 +00:00
gear_list.html fix(web): make gear table actions consistent with roasts table 2026-02-02 16:18:48 +00:00
roast_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roast_options.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roaster_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
table.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
timeline_chunk.html feat(timeline): remove sidebar nav, include sticky headers on scroll 2026-02-02 21:18:20 +00:00
timeline_month.html fix(timeline): ensure cards always alternate sides across month boundaries 2026-02-03 09:51:48 +00:00