berrypod/lib
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
..
berrypod add header background contrast warning and improve branding UX 2026-03-08 22:40:08 +00:00
berrypod_web fix theme data attributes not updating live during editing 2026-03-09 20:51:59 +00:00
mix/tasks add admin media library with image management and block picker integration 2026-02-27 22:20:51 +00:00
berrypod_web.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
berrypod.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00