berrypod/lib/simpleshop_theme_web/live/shop_live
jamey 865e3563b6 fix production deployment: CSS, images and theme seeding
- Add @source for shop_components/ directory in app-shop.css (Tailwind
  wasn't scanning sub-modules after the refactor, dropping ~73 utilities)
- Remove overly aggressive .dockerignore rules that excluded mockup
  image variants needed by the responsive_image component
- Seed default theme settings on first boot via Release.seed_defaults/0
  in the supervision tree (seeds.exs doesn't run in releases)
- Fix PDP gallery images for mock data by appending -1200.webp to
  bare mockup base paths
- Update fly.toml format from fly launch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 23:42:56 +00:00
..
cart.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
checkout_success.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
collection.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
contact.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
content.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
home.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
product_show.ex fix production deployment: CSS, images and theme seeding 2026-02-08 23:42:56 +00:00