From bdc3e837f92f340e6d7040859c044bf2d3eeadcc Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 3 Sep 2025 22:11:58 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20enhance=20(appsidebar):=20improve?= =?UTF-8?q?=20sidebar=20navigation=20spacing=20and=20appearance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/layout/AppSidebar.vue | 40 +-- app/components/layout/SidebarNavLink.vue | 4 +- public/side-menu-items/sys.json | 306 +++++++++++++++++------ 3 files changed, 248 insertions(+), 102 deletions(-) diff --git a/app/components/layout/AppSidebar.vue b/app/components/layout/AppSidebar.vue index 1e18534a..4f51e42c 100644 --- a/app/components/layout/AppSidebar.vue +++ b/app/components/layout/AppSidebar.vue @@ -1,11 +1,5 @@ @@ -55,15 +49,20 @@ async function setMenu() { - - - {{ navMenu.heading }} - - - + + /> diff --git a/app/components/layout/SidebarNavLink.vue b/app/components/layout/SidebarNavLink.vue index b61d62a1..07c954ea 100644 --- a/app/components/layout/SidebarNavLink.vue +++ b/app/components/layout/SidebarNavLink.vue @@ -21,12 +21,12 @@ const { setOpenMobile } = useSidebar() - {{ item.title }} + {{ item.title }}