berrypod/lib/simpleshop_theme_web/live/theme_live
Jamey Greenwood 0c15929c19 refactor: extract remaining page sections to ShopComponents
Add reusable components for all page sections:
- category_nav: Category circles for homepage navigation
- featured_products_section: Product grid with title and view-all CTA
- image_text_section: Two-column image + text layout
- collection_header: Page header with title and product count
- filter_bar: Category pills and sort dropdown
- content_body: Long-form content wrapper for about page
- contact_form: Contact form card
- order_tracking_card: Order tracking input card
- info_card: Bullet-point info card
- contact_info_card: Email contact card with icon
- social_links: Social media icon links
- cart_item: Cart item row with quantity controls
- order_summary: Order totals and checkout card
- breadcrumb: Navigation breadcrumb trail
- related_products_section: Related products grid

All preview pages now compose entirely of reusable components,
making them easier to maintain and enabling future section-based
theme customization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 15:14:25 +00:00
..
preview_pages refactor: extract remaining page sections to ShopComponents 2026-01-17 15:14:25 +00:00
index.ex feat: redesign contact page for POD sellers & add theme enhancements 2026-01-02 13:48:03 +00:00
index.html.heex feat: redesign contact page for POD sellers & add theme enhancements 2026-01-02 13:48:03 +00:00
preview_pages.ex refactor: extract cart_drawer to shared ShopComponents module 2026-01-17 14:11:23 +00:00