berrypod/lib/simpleshop_theme_web/components/shop_components
jamey 8287222b54 use LiveView navigation and add SVG fallback dimensions to fix FOUC
All internal links used plain <a href>, causing full page reloads
between pages in the same live_session. Changed to <.link navigate>
for client-side navigation across layout, product, cart, base, and
content components.

Added explicit width/height attributes to all SVG icons so they
render at sensible sizes before CSS loads on initial page visit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:46:12 +00:00
..
base.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
cart.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
content.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
layout.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
product.ex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00