simpleshop_theme/lib/simpleshop_theme_web/components
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
..
layouts refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
page_templates refactor: extract shop_layout component to eliminate template boilerplate 2026-02-08 12:10:08 +00:00
shop_components refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
core_components.ex feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
layouts.ex refactor: add themed form components for consistent shop styling 2026-01-25 19:09:49 +00:00
page_templates.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
shop_components.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00