berrypod/lib/simpleshop_theme_web/live/shop_live
jamey db02c0b414 refactor: use assigns spread in page LiveView render functions
Replace verbose explicit attr passing with {assigns} spread for
home, contact, cart, product show and checkout success LiveViews.
Collection skipped (inline rendering, no template component).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 10:53:06 +00:00
..
cart.ex refactor: use assigns spread in page LiveView render functions 2026-02-08 10:53:06 +00:00
checkout_success.ex refactor: use assigns spread in page LiveView render functions 2026-02-08 10:53:06 +00:00
collection.ex feat: add cart page, cart drawer, and shared cart infrastructure 2026-02-06 19:39:37 +00:00
contact.ex refactor: use assigns spread in page LiveView render functions 2026-02-08 10:53:06 +00:00
content.ex feat: add default content pages for delivery, privacy and terms 2026-02-08 10:47:54 +00:00
home.ex refactor: use assigns spread in page LiveView render functions 2026-02-08 10:53:06 +00:00
product_show.ex refactor: use assigns spread in page LiveView render functions 2026-02-08 10:53:06 +00:00