Files
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
..