berrypod/test/berrypod_web
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
..
controllers improve email settings progressive enhancement and admin layout 2026-03-05 15:29:05 +00:00
live fix theme data attributes not updating live during editing 2026-03-09 20:51:59 +00:00
plugs add custom page LiveView with catch-all routing 2026-02-28 02:21:11 +00:00
page_editor_hook_test.exs implement unified on-site editor phases 1-2 2026-03-09 09:01:21 +00:00
page_renderer_test.exs extract site_name and site_description from theme settings into standalone settings 2026-03-03 14:52:31 +00:00
user_auth_test.exs add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00