delete useless pages

This commit is contained in:
Yusron alamsyah
2026-03-17 09:22:24 +07:00
parent f2ed1b2556
commit c2fa3c160b
51 changed files with 1649 additions and 8842 deletions
@@ -11,14 +11,14 @@ const MiniSideIcons: minisidebar[] = [
id: 1
},
{
icon: 'layers-line-duotone',
tooltip:'Master',
id: 2,
icon: 'palette-round-line-duotone',
tooltip:'UI Elements',
id: 3
},
{
icon: 'palette-round-line-duotone',
tooltip:'Forms',
id: 3
icon: 'layers-line-duotone',
tooltip:'Widgets',
id: 2,
},
]
@@ -208,10 +208,24 @@ const sidebarItem: menu[] = [
},
{
header: 'Master',
header: 'Widgets',
id: 2,
children: [
{
title: 'Banners',
icon: 'gallery-wide-line-duotone',
to: '/widgets/banners'
},
{
title: 'Cards',
icon: 'layers-minimalistic-line-duotone',
to: '/widgets/cards'
},
{
title: 'Charts',
icon: 'chart-line-duotone',
to: '/widgets/charts'
},
]
},
@@ -286,6 +300,64 @@ const sidebarItem: menu[] = [
}
]
},
{
header: 'Style Components',
id: 3,
children: [
{
title: 'Shadow',
icon: 'copy-line-duotone',
to: '/style-components/shadow'
},
{
title: 'Typography',
icon: 'text-bold-circle-line-duotone',
to: '/style-components/typography'
}
]
},
{
header: 'Shared Components',
id: 3,
children: [
{
title: 'Overview',
icon: 'widget-5-line-duotone',
to: '/shared-components'
},
{
title: 'UiParentCard & UiChildCard',
icon: 'layers-minimalistic-line-duotone',
to: '/shared-components/UiParentCard'
},
{
title: 'WidgetCard & WidgetCardv2',
icon: 'chart-square-line-duotone',
to: '/shared-components/WidgetCards'
},
{
title: 'Card Components',
icon: 'card-2-line-duotone',
to: '/shared-components/CardComponents'
},
{
title: 'BaseBreadcrumb',
icon: 'route-line-duotone',
to: '/shared-components/BaseBreadcrumb'
},
{
title: 'UiTextfieldPrimary',
icon: 'text-field-line-duotone',
to: '/shared-components/UiTextfieldPrimary'
},
{
title: 'AppBaseCard',
icon: 'sidebar-minimalistic-line-duotone',
to: '/shared-components/AppBaseCard'
},
]
},
];