berrypod/test/berrypod_web/live/shop
jamey bb5d220079
All checks were successful
deploy / deploy (push) Successful in 1m27s
consolidate shop pages into unified LiveView for editor state persistence
Replace individual shop LiveViews with a single Shop.Page that dispatches
to page modules based on live_action. This enables patch navigation between
pages, preserving socket state (including editor state) across transitions.

Changes:
- Add Shop.Page unified LiveView with handle_params dispatch
- Extract page logic into Shop.Pages.* modules (Home, Product, Collection, etc.)
- Update router to use Shop.Page with live_action for all shop routes
- Change navigate= to patch= in shop component links
- Add maybe_sync_editing_blocks to reload editor state when page changes
- Track editor_page_slug to detect cross-page navigation while editing
- Fix picture element height when hover image disabled
- Extract ThemeEditor components for shared use

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 14:47:50 +00:00
..
cart_test.exs add no-JS fallback for cart country selector 2026-02-24 23:14:48 +00:00
collection_test.exs rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
coming_soon_test.exs improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
contact_test.exs add test asserting order tracking form has no-JS action 2026-02-24 23:11:12 +00:00
content_test.exs fix content image double-suffix, clean up page defaults and editor UX 2026-03-03 00:56:01 +00:00
custom_page_test.exs separate editor FAB and panel for cleaner animation 2026-03-07 19:01:32 +00:00
home_test.exs fix content image double-suffix, clean up page defaults and editor UX 2026-03-03 00:56:01 +00:00
navigation_test.exs add data-driven navigation with admin editor 2026-02-28 11:18:37 +00:00
orders_test.exs add order status lookup for customers 2026-02-24 08:40:08 +00:00
product_show_test.exs make PDP variant selection work without JS 2026-02-25 01:08:36 +00:00
search_integration_test.exs consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
search_page_test.exs add no-JS progressive enhancement for all shop flows 2026-02-24 22:56:19 +00:00