berrypod/lib/berrypod_web/live/admin
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
..
newsletter migrate remaining admin pages to inline feedback 2026-03-08 07:34:17 +00:00
pages add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
providers complete onboarding UX v2 2026-03-10 07:56:54 +00:00
account.ex separate account settings from shop settings 2026-03-08 18:42:29 +00:00
activity.ex hide system events by default on activity page 2026-03-02 08:32:06 +00:00
analytics.ex complete admin CSS refactor: delete utilities.css, add layout primitives 2026-03-01 21:40:21 +00:00
backup.ex add Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +00:00
dashboard.ex complete onboarding UX v2 2026-03-10 07:56:54 +00:00
email_settings.ex add link picker and validation to navigation editor 2026-03-08 02:10:06 +00:00
media.ex migrate remaining admin pages to inline feedback 2026-03-08 07:34:17 +00:00
newsletter.ex complete admin CSS refactor: delete utilities.css, add layout primitives 2026-03-01 21:40:21 +00:00
order_show.ex add contextual prompts for skipped setup steps 2026-03-04 14:02:49 +00:00
orders.ex complete admin CSS refactor: delete utilities.css, add layout primitives 2026-03-01 21:40:21 +00:00
product_show.ex migrate remaining admin pages to inline feedback 2026-03-08 07:34:17 +00:00
products.ex share provider connection logic between setup wizard and providers form 2026-03-03 15:19:17 +00:00
redirects.ex complete admin CSS refactor: delete utilities.css, add layout primitives 2026-03-01 21:40:21 +00:00
settings.ex separate account settings from shop settings 2026-03-08 18:42:29 +00:00