berrypod/lib/berrypod_web/components
jamey c0427d6956
All checks were successful
deploy / deploy (push) Successful in 1m5s
fix add-to-cart button not submitting in shop mode
The button type condition checked @mode == :live but ThemeHook sets
mode to :shop, so the button rendered as type="button" (doing nothing).
Changed to @mode == :preview to match the existing phx-click pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 22:58:41 +00:00
..
layouts add favicon and site icon generation from uploaded images 2026-02-24 17:22:15 +00:00
page_templates add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00
shop_components fix add-to-cart button not submitting in shop mode 2026-02-24 22:58:41 +00:00
core_components.ex add admin email settings page with provider selection 2026-02-21 19:29:34 +00:00
layouts.ex add admin email settings page with provider selection 2026-02-21 19:29:34 +00:00
page_templates.ex add order status lookup for customers 2026-02-24 08:40:08 +00:00
shop_components.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00