simpleshop_theme/lib/simpleshop_theme_web
jamey c818d0399c feat: wire shop LiveViews to real product data
PreviewData now queries the Products context when real products exist,
falling back to mock data otherwise. Shop pages automatically display
synced Printify products.

Fixes:
- Printify image position was string ("front"), now uses index
- Category extraction improved to match more Printify tags
- ProductShow finds products by slug for real data

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 23:07:37 +00:00
..
components feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
controllers feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
live feat: wire shop LiveViews to real product data 2026-01-31 23:07:37 +00:00
plugs feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
endpoint.ex feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
gettext.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
router.ex feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
telemetry.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
user_auth.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00