berrypod/test/berrypod_web/live/shop
jamey 638bb4fb70
Some checks failed
deploy / deploy (push) Has been cancelled
add Site context with social links editor and site-wide settings
- Add Site context for managing site-wide content (social links, nav items,
  announcement bar, footer content)
- Add SocialLink schema with URL normalization and platform auto-detection
  supporting 40+ platforms via host and 25+ via URI scheme
- Add NavItem schema for header/footer navigation (editor UI coming next)
- Add SiteEditor component with collapsible sections for each content type
- Wire social links card block and footer to use database data
- Filter empty URLs from display in shop components
- Add DetailsPreserver hook to preserve collapsible section state
- Add comprehensive tests for Site context and SocialLink functions
- Remove unused helper functions from onboarding to fix compiler warnings
- Move sync_edit_url_param helper to group handle_editor_event clauses

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-28 10:09:33 +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 Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +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