From 200c83a4ad45b9c77f1505fb0f5b83f8b7be6483 Mon Sep 17 00:00:00 2001 From: riefive Date: Mon, 22 Sep 2025 13:50:24 +0700 Subject: [PATCH 1/3] feat(menu): menu update --- public/side-menu-items/sys.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 488d9fa2..d89634e4 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -81,7 +81,7 @@ "link": "/rehabilitasi", "children": [ { - "title": "Antrian Pendaftaran", + "title": "Antrian Poliklinik", "icon": "i-lucide-stethoscope", "link": "/rehab/examination-queue" }, @@ -171,14 +171,33 @@ { "title": "BPJS", "icon": "i-lucide-circuit-board", - "link": "/integration/bpjs", - "badge": "Live" + "children": [ + { + "title": "SEP", + "icon": "i-lucide-circuit-board", + "link": "/bpjs-integration/sep" + }, + { + "title": "Peserta", + "icon": "i-lucide-circuit-board", + "link": "/bpjs-integration/member" + } + ] }, { "title": "SATUSEHAT", "icon": "i-lucide-database", - "link": "/integration/satusehat", - "badge": "FHIR" + "link": "/satusehat-integration" + }, + { + "heading": "Keuangan", + "items": [ + { + "title": "Daftar harga", + "icon": "i-lucide-list", + "link": "/item" + } + ] } ] }, @@ -306,4 +325,4 @@ } ] } -] +] \ No newline at end of file From 8cfff2aef4dbad1d4eef0a3fed48a2168136d03b Mon Sep 17 00:00:00 2001 From: riefive Date: Mon, 22 Sep 2025 13:53:40 +0700 Subject: [PATCH 2/3] feat(menu): remove bold style from text menu --- app/components/layout/SidebarNavLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout/SidebarNavLink.vue b/app/components/layout/SidebarNavLink.vue index 07c954ea..08d5a9aa 100644 --- a/app/components/layout/SidebarNavLink.vue +++ b/app/components/layout/SidebarNavLink.vue @@ -21,7 +21,7 @@ const { setOpenMobile } = useSidebar() From 7c4de1bd9163399749a89b33f382c6f03cdc9ec0 Mon Sep 17 00:00:00 2001 From: riefive Date: Mon, 22 Sep 2025 13:59:52 +0700 Subject: [PATCH 3/3] feat(menu): remove bold style from children --- app/components/layout/SidebarNavGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout/SidebarNavGroup.vue b/app/components/layout/SidebarNavGroup.vue index f9d1a73f..31b55e8d 100644 --- a/app/components/layout/SidebarNavGroup.vue +++ b/app/components/layout/SidebarNavGroup.vue @@ -37,7 +37,7 @@ const openCollapsible = ref(false)