feat: enhance product management section in NavMenu with new links and grouping
All checks were successful
Build and Deploy / build (push) Successful in 2m33s
All checks were successful
Build and Deploy / build (push) Successful in 2m33s
This commit is contained in:
@@ -98,11 +98,37 @@
|
|||||||
|
|
||||||
@if (CanManageProducts)
|
@if (CanManageProducts)
|
||||||
{
|
{
|
||||||
|
<MudNavGroup Title="مدیریت محصولات" Icon="@Icons.Material.Filled.ShoppingBag" Expanded="false">
|
||||||
<MudNavLink Match="NavLinkMatch.Prefix"
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
Href="@(RouteConstance.Products)"
|
Href="@(RouteConstance.Products)"
|
||||||
Icon="@Icons.Material.Filled.ShoppingBag">
|
Icon="@Icons.Material.Filled.Inventory">
|
||||||
مدیریت محصول
|
لیست محصولات
|
||||||
</MudNavLink>
|
</MudNavLink>
|
||||||
|
|
||||||
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
|
Href="/products/bulk-edit"
|
||||||
|
Icon="@Icons.Material.Filled.EditNote">
|
||||||
|
ویرایش دستهجمعی
|
||||||
|
</MudNavLink>
|
||||||
|
|
||||||
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
|
Href="@(RouteConstance.Category)"
|
||||||
|
Icon="@Icons.Material.Filled.Category">
|
||||||
|
دستهبندی محصولات
|
||||||
|
</MudNavLink>
|
||||||
|
|
||||||
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
|
Href="/products/categories-dragdrop"
|
||||||
|
Icon="@Icons.Material.Filled.DragIndicator">
|
||||||
|
ترتیب دستهبندیها
|
||||||
|
</MudNavLink>
|
||||||
|
|
||||||
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
|
Href="/tags"
|
||||||
|
Icon="@Icons.Material.Filled.Label">
|
||||||
|
مدیریت تگها
|
||||||
|
</MudNavLink>
|
||||||
|
</MudNavGroup>
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (CanViewOrders)
|
@if (CanViewOrders)
|
||||||
@@ -114,24 +140,6 @@
|
|||||||
</MudNavLink>
|
</MudNavLink>
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (CanManageCategories)
|
|
||||||
{
|
|
||||||
<MudNavLink Match="NavLinkMatch.Prefix"
|
|
||||||
Href="@(RouteConstance.Category)"
|
|
||||||
Icon="@Icons.Material.Filled.Category">
|
|
||||||
مدیریت دستهبندی
|
|
||||||
</MudNavLink>
|
|
||||||
}
|
|
||||||
|
|
||||||
@if (CanManageTags)
|
|
||||||
{
|
|
||||||
<MudNavLink Match="NavLinkMatch.Prefix"
|
|
||||||
Href="/tags"
|
|
||||||
Icon="@Icons.Material.Filled.Label">
|
|
||||||
مدیریت تگها
|
|
||||||
</MudNavLink>
|
|
||||||
}
|
|
||||||
|
|
||||||
@if (CanManageUsers)
|
@if (CanManageUsers)
|
||||||
{
|
{
|
||||||
<MudNavLink Match="NavLinkMatch.Prefix"
|
<MudNavLink Match="NavLinkMatch.Prefix"
|
||||||
|
|||||||
Reference in New Issue
Block a user