berrypod/lib/berrypod_web/components/shop_components
jamey 6aaddeaf44
All checks were successful
deploy / deploy (push) Successful in 1m33s
fix settings editor crash on product pages
The provider_label function was accessing product.provider_type but
that field is on the provider_connection association, not the product
itself. Handle the case where the association may not be preloaded.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 16:25:00 +00:00
..
base.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
cart.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
content.ex add rate limiting and HSTS for security hardening 2026-03-08 08:58:43 +00:00
layout.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
product.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
settings_editor.ex fix settings editor crash on product pages 2026-03-09 16:25:00 +00:00
theme_editor.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00