Merge pull request #86 from dikstub-rssa/feat/fe-menu-structure-update-3-71
Feat: Menu structure Update
This commit is contained in:
No files matched your search
@@ -37,7 +37,7 @@ const openCollapsible = ref(false)
|
|||||||
<SidebarMenuSubButton as-child>
|
<SidebarMenuSubButton as-child>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
:to="subItem.link"
|
:to="subItem.link"
|
||||||
class="mx-4 rounded-lg py-5 text-sm font-medium transition-all duration-200"
|
class="mx-4 rounded-lg py-5 text-sm transition-all duration-200"
|
||||||
active-class="bg-primary text-white"
|
active-class="bg-primary text-white"
|
||||||
@click="setOpenMobile(false)"
|
@click="setOpenMobile(false)"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const { setOpenMobile } = useSidebar()
|
|||||||
<SidebarMenuButton as-child :tooltip="item.title" :size="size" class="">
|
<SidebarMenuButton as-child :tooltip="item.title" :size="size" class="">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
:to="item.link"
|
:to="item.link"
|
||||||
class="group flex items-center gap-3 rounded-lg px-2 py-4 text-sm font-medium transition-all duration-200"
|
class="group flex items-center gap-3 rounded-lg px-2 py-4 text-sm transition-all duration-200"
|
||||||
active-class="bg-primary text-white"
|
active-class="bg-primary text-white"
|
||||||
@click="setOpenMobile(false)"
|
@click="setOpenMobile(false)"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
"link": "/rehabilitasi",
|
"link": "/rehabilitasi",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"title": "Antrian Pendaftaran",
|
"title": "Antrian Poliklinik",
|
||||||
"icon": "i-lucide-stethoscope",
|
"icon": "i-lucide-stethoscope",
|
||||||
"link": "/rehab/examination-queue"
|
"link": "/rehab/examination-queue"
|
||||||
},
|
},
|
||||||
@@ -171,14 +171,33 @@
|
|||||||
{
|
{
|
||||||
"title": "BPJS",
|
"title": "BPJS",
|
||||||
"icon": "i-lucide-circuit-board",
|
"icon": "i-lucide-circuit-board",
|
||||||
"link": "/integration/bpjs",
|
"children": [
|
||||||
"badge": "Live"
|
{
|
||||||
|
"title": "SEP",
|
||||||
|
"icon": "i-lucide-circuit-board",
|
||||||
|
"link": "/bpjs-integration/sep"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Peserta",
|
||||||
|
"icon": "i-lucide-circuit-board",
|
||||||
|
"link": "/bpjs-integration/member"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "SATUSEHAT",
|
"title": "SATUSEHAT",
|
||||||
"icon": "i-lucide-database",
|
"icon": "i-lucide-database",
|
||||||
"link": "/integration/satusehat",
|
"link": "/satusehat-integration"
|
||||||
"badge": "FHIR"
|
},
|
||||||
|
{
|
||||||
|
"heading": "Keuangan",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "Daftar harga",
|
||||||
|
"icon": "i-lucide-list",
|
||||||
|
"link": "/item"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user