feat(admin): add product dependencies and clean up labels
All checks were successful
Staging Build / build (push) Successful in 2m43s
All checks were successful
Staging Build / build (push) Successful in 2m43s
- Add addProductDependency and removeProductDependency actions - Create DependencyPopover and integrate in live editor UI - Render green requirements and red exclusions badges - Remove technical parentheses from category checkbox labels
This commit is contained in:
@@ -40,7 +40,7 @@ export default async function AdminLayout({
|
||||
<span className="font-bold text-xl tracking-tighter">Admin Panel</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
<nav className="flex-1 px-4 space-y-2 py-4">
|
||||
<AdminNavLink href="/admin">
|
||||
<LayoutDashboard className="w-5 h-5" />
|
||||
@@ -56,7 +56,7 @@ export default async function AdminLayout({
|
||||
</AdminNavLink>
|
||||
<AdminNavLink href="/admin/wysiwyg">
|
||||
<Sparkles className="w-5 h-5" />
|
||||
Order-Wizard (Live)
|
||||
Order-Wizard
|
||||
</AdminNavLink>
|
||||
<AdminNavLink href="/admin/orders">
|
||||
<ShoppingCart className="w-5 h-5" />
|
||||
|
||||
Reference in New Issue
Block a user