berrypod/lib/simpleshop_theme_web/live/shop_live
jamey 3eacd91fda refactor: split shop_components.ex into 5 focused sub-modules
4,487-line monolith → 23-line facade + 5 modules:
- Base (inputs, buttons, cards)
- Layout (header, footer, mobile nav, shop_layout)
- Cart (drawer, items, order summary)
- Product (cards, gallery, variant selector, hero)
- Content (rich text, images, contact, reviews)

`use SimpleshopThemeWeb.ShopComponents` imports all sub-modules.
No single file over ~1,600 lines now.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 14:30:25 +00:00
..
cart.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
checkout_success.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
collection.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
contact.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
content.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
home.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
product_show.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00