simpleshop_theme/lib
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
..
mix/tasks add mix lighthouse task for PageSpeed auditing 2026-02-08 18:18:01 +00:00
simpleshop_theme add variants to all mock products and fix CSSCache race condition 2026-02-09 18:12:57 +00:00
simpleshop_theme_web use LiveView navigation and add SVG fallback dimensions to fix FOUC 2026-02-11 14:46:12 +00:00
simpleshop_theme_web.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
simpleshop_theme.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00