stuff done

This commit is contained in:
2025-03-11 02:54:09 +02:00
parent 58e7ed2f06
commit 516b45fad9
90 changed files with 2950 additions and 9458 deletions

View File

@@ -3,6 +3,8 @@ import {
Home,
Inbox,
LayoutList,
List,
Newspaper,
Plus,
ScanBarcode,
Search,
@@ -44,6 +46,16 @@ const items = [
title: 'Товари',
url: `${ADMIN_DASHBOARD_PATH}/product`,
icon: ScanBarcode
},
{
title: 'Сутність',
url: `${ADMIN_DASHBOARD_PATH}/entity`,
icon: Newspaper
},
{
title: 'Замовлення',
url: `${ADMIN_DASHBOARD_PATH}/order`,
icon: List
}
// {
// title: 'Search',
@@ -70,7 +82,7 @@ export function AdminSidebar() {
<SidebarGroupContent>SidebarGroupAction</SidebarGroupContent>
</SidebarGroup>
<SidebarGroup>
<SidebarGroupLabel>Application</SidebarGroupLabel>
{/*<SidebarGroupLabel>Application</SidebarGroupLabel>*/}
<SidebarGroupContent>
<SidebarMenu>
{items.map(item => (
@@ -86,7 +98,7 @@ export function AdminSidebar() {
</SidebarMenu>
</SidebarGroupContent>
</SidebarGroup>
<Collapsible defaultOpen className='group/collapsible'>
<Collapsible defaultOpen className='group/collapsible' hidden={true}>
<SidebarGroup>
<SidebarGroupLabel asChild>
<CollapsibleTrigger>