berrypod/test/simpleshop_theme/theme
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
..
css_cache_test.exs test: add CSSCache unit tests and benchmarks 2026-01-19 21:14:27 +00:00
css_generator_test.exs refactor: consolidate CSS to use .themed class with native nesting 2026-01-17 21:43:26 +00:00
presets_test.exs fix: resolve compilation warnings and update tests to match implementation 2026-01-15 22:36:15 +00:00
preview_data_test.exs feat: add product sorting to collection pages with tests 2026-01-19 23:38:22 +00:00