2026-02-12 08:35:22 +00:00
|
|
|
<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/orders"}
|
|
|
|
|
style="color: var(--t-text-secondary, #666); text-decoration: none;"
|
|
|
|
|
>
|
|
|
|
|
Admin
|
|
|
|
|
</.link>
|
|
|
|
|
</div>
|
refactor: split shop_components.ex into 5 focused sub-modules
4,487-line monolith → 23-line facade + 5 modules:
- Base (inputs, buttons, cards)
- Layout (header, footer, mobile nav, shop_layout)
- Cart (drawer, items, order summary)
- Product (cards, gallery, variant selector, hero)
- Content (rich text, images, contact, reviews)
`use SimpleshopThemeWeb.ShopComponents` imports all sub-modules.
No single file over ~1,600 lines now.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 14:30:25 +00:00
|
|
|
<.shop_flash_group flash={@flash} />
|
2026-01-31 14:24:58 +00:00
|
|
|
{@inner_content}
|