berrypod/lib/berrypod_web/components/shop_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
..
base.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
cart.ex add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00
content.ex fix privacy policy niggles and add last-updated date to legal pages 2026-02-24 14:33:01 +00:00
layout.ex add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00
product.ex fix add-to-cart button not submitting in shop mode 2026-02-24 22:58:41 +00:00