simpleshop_theme/lib/simpleshop_theme_web
jamey 1b49b470f2 feat: add product image download pipeline for PageSpeed 100%
Downloads Printify CDN images via ImageDownloadWorker, processes
through Media pipeline (WebP conversion, AVIF/WebP variant generation),
and links to ProductImage via new image_id FK.

- Add image_id to product_images table
- ImageDownloadWorker downloads and processes external images
- sync_product_images preserves image_id when URL unchanged
- PreviewData uses local images for responsive <picture> elements
- VariantCache enqueues pending downloads on startup
- mix simpleshop.download_images backfill task

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:26:19 +00:00
..
components feat: add product image download pipeline for PageSpeed 100% 2026-02-01 00:26:19 +00:00
controllers feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
live feat: add product image download pipeline for PageSpeed 100% 2026-02-01 00:26:19 +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