simpleshop_theme/lib/simpleshop_theme_web
jamey 880e7a2888 feat: add dynamic variant selector with color swatches
- Fix Printify options parsing (Color/Size were swapped)
- Add extract_option_types/1 for frontend display with hex colors
- Filter option types to only published variants (not full catalog)
- Track selected variant in LiveView with price updates
- Color swatches for color-type options, text buttons for size
- Disable unavailable combinations
- Add startup recovery for stale sync status

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 22:17:48 +00:00
..
components feat: add dynamic variant selector with color swatches 2026-02-03 22:17:48 +00:00
controllers feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
live feat: add dynamic variant selector with color swatches 2026-02-03 22:17:48 +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