redirect /admin/theme to on-site editor at /?edit=theme
All checks were successful
deploy / deploy (push) Successful in 1m41s

- Phase 5 was already implemented (URL mode activation via ?edit param)
- Phase 6: Add RedirectController to redirect /admin/theme → /?edit=theme
- Update admin sidebar and dashboard links to point directly to /?edit=theme
- Delete old Admin.Theme.Index LiveView and template (no longer needed)
- Update tests for new redirect behavior

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-03-09 20:30:33 +00:00
parent 378b3fdb6b
commit 6f0b7f4f63
11 changed files with 34 additions and 1543 deletions

View File

@@ -143,10 +143,7 @@
</.link>
</li>
<li>
<.link
href={~p"/admin/theme"}
class={admin_nav_active?(@current_path, "/admin/theme")}
>
<.link href="/?edit=theme">
<.icon name="hero-paint-brush" class="size-5" /> Theme
</.link>
</li>

View File

@@ -1,8 +1,6 @@
defmodule BerrypodWeb.ShopComponents.ThemeEditor do
@moduledoc """
Shared theme editor components used in both:
- Admin theme page (`/admin/theme`)
- On-site editor panel (page editor Theme tab)
Theme editor components for the on-site editor panel (page editor Theme tab).
Components render settings controls that emit standard events:
- `update_setting` / `theme_update_setting` (phx-click/phx-change)