berrypod/lib/berrypod_web/components/layouts
jamey caded6c9f8
All checks were successful
deploy / deploy (push) Successful in 1m26s
fix theme data attributes not updating live during editing
The shop_root.html.heex had duplicate .themed element with data-mood etc
attributes that were static (rendered once at page load). This prevented
live theme changes from visually updating since CSS matched the outer
stale element.

Fix: Remove data attributes from shop_root.html.heex, keeping only the
live-updated .shop-container.themed element inside the LiveView.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 20:51:59 +00:00
..
admin_root.html.heex replace orphaned tailwind classes with project CSS 2026-03-04 17:12:21 +00:00
admin.html.heex redirect /admin/theme to on-site editor at /?edit=theme 2026-03-09 20:30:33 +00:00
root.html.heex replace orphaned tailwind classes with project CSS 2026-03-04 17:12:21 +00:00
shop_root.html.heex fix theme data attributes not updating live during editing 2026-03-09 20:51:59 +00:00
shop.html.heex add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00