berrypod/test/berrypod_web/live
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 redirect /admin/theme to on-site editor at /?edit=theme 2026-03-09 20:30:33 +00:00
auth improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
setup improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
shop consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
theme_css_consistency_test.exs fix theme data attributes not updating live during editing 2026-03-09 20:51:59 +00:00