berrypod/lib/berrypod_web/components/shop_components
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
..
base.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
cart.ex prevent checkout with unavailable product variants 2026-03-13 13:34:22 +00:00
content.ex add Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +00:00
layout.ex add Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +00:00
product.ex consolidate shop pages into unified LiveView for editor state persistence 2026-03-09 14:47:50 +00:00
settings_editor.ex fix settings editor crash on product pages 2026-03-09 16:25:00 +00:00
site_editor.ex add Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +00:00
theme_editor.ex redirect /admin/theme to on-site editor at /?edit=theme 2026-03-09 20:30:33 +00:00