berrypod/lib/berrypod_web/components
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
..
layouts separate account settings from shop settings 2026-03-08 18:42:29 +00:00
shop_components consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
block_editor_components.ex replace orphaned tailwind classes with project CSS 2026-03-04 17:12:21 +00:00
block_thumbnails.ex add block previews, picker thumbnails and newsletter settings 2026-02-28 20:34:52 +00:00
core_components.ex improve notification accessibility 2026-03-08 07:53:17 +00:00
layouts.ex replace admin rail with unified bottom sheet editor 2026-03-07 09:30:07 +00:00
page_templates.ex wire order pages and theme preview to page renderer, remove old templates 2026-02-26 19:32:50 +00:00
shop_components.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00