berrypod/lib/simpleshop_theme/theme
Jamey Greenwood 9fb836ca0d feat: add /collections/:slug routes with category filtering
- Add ShopLive.Collection LiveView for collection pages
- Add products_by_category/1 and category_by_slug/1 to PreviewData
- Support /collections/all for all products view
- Remove /products route and ShopLive.Products (replaced by collections)
- Update all links to use /collections/all instead of /products
- Update category nav to link to /collections/:slug
- Update PDP breadcrumb to link to specific collection

URL structure now follows Shopify convention:
- /collections/all - All products
- /collections/art-prints - Art Prints collection
- /collections/apparel - Apparel collection
- etc.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 23:26:41 +00:00
..
css_cache.ex feat: add CSS generation system with custom properties and ETS cache 2025-12-30 21:41:25 +00:00
css_generator.ex refactor: consolidate CSS to use .themed class with native nesting 2026-01-17 21:43:26 +00:00
presets.ex feat: implement professional typography system with curated font pairings 2026-01-15 01:16:21 +00:00
preview_data.ex feat: add /collections/:slug routes with category filtering 2026-01-19 23:26:41 +00:00