berrypod/test/berrypod_web/live/shop
jamey 7c07805df8
All checks were successful
deploy / deploy (push) Successful in 3m27s
add nav editors to Site tab with live preview
- Add header and footer nav editors to Site tab with drag-to-reorder,
  add/remove items, and destination picker (pages, collections, external)
- Live preview updates as you edit nav items
- Remove legacy /admin/navigation page and controller (was saving to
  Settings table, now uses nav_items table)
- Update error_html.ex and pages/editor.ex to load nav from nav_items table
- Update link_scanner to read from nav_items table, edit path now /?edit=site
- Add Site.default_header_nav/0 and default_footer_nav/0 for previews/errors
- Remove fallback logic from theme_hook.ex (database is now source of truth)
- Seed default nav items and social links during setup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-28 22:19:48 +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 add nav editors to Site tab with live preview 2026-03-28 22:19:48 +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 add nav editors to Site tab with live preview 2026-03-28 22:19:48 +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