berrypod/lib/simpleshop_theme_web/live/shop_live
Jamey Greenwood fe29c1ad36 feat: add product sorting to collection pages with tests
Add sort functionality to /collections/:slug pages with 6 sort options
(featured, newest, price ascending/descending, name A-Z/Z-A). Sort
selection persists across category navigation via URL query params.

Refactor handle_params to be DRY using load_collection/1 helper.
Add comprehensive unit tests for PreviewData category functions and
LiveView tests for the Collection page sorting and navigation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 23:38:22 +00:00
..
about.ex refactor: consolidate shop and preview page templates 2026-01-17 22:17:59 +00:00
cart.ex feat: add Cart page and themed error pages 2026-01-17 22:29:45 +00:00
collection.ex feat: add product sorting to collection pages with tests 2026-01-19 23:38:22 +00:00
contact.ex refactor: consolidate shop and preview page templates 2026-01-17 22:17:59 +00:00
home.ex refactor: consolidate shop and preview page templates 2026-01-17 22:17:59 +00:00
product_show.ex refactor: consolidate shop and preview page templates 2026-01-17 22:17:59 +00:00