Dashboard at /admin shows setup progress (when not live), stat cards (orders, revenue, products), and recent paid orders table. Replaces the old AdminController redirect. Add Dashboard to sidebar nav as first item, update admin bar and theme editor links to /admin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
<div
|
|
:if={assigns[:current_scope]}
|
|
style="background-color: var(--t-surface-raised, #f5f5f5); border-bottom: 1px solid var(--t-border-default, #e5e5e5); padding: 0.25rem 1rem; font-size: 0.75rem; text-align: right;"
|
|
>
|
|
<.link
|
|
href={~p"/admin"}
|
|
style="color: var(--t-text-secondary, #666); text-decoration: none;"
|
|
>
|
|
Admin
|
|
</.link>
|
|
</div>
|
|
<.shop_flash_group flash={@flash} />
|
|
{@inner_content}
|