All checks were successful
deploy / deploy (push) Successful in 1m5s
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>