berrypod/lib/simpleshop_theme_web/components/page_templates
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
..
cart.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
checkout_success.html.heex use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
collection.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
contact.html.heex fix collection filters, hero spacing, sale filter, and error page CSS 2026-02-11 08:38:54 +00:00
content.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
error.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
home.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
pdp.html.heex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00