From d1772d1147c4f552209ebe9c36a0509a25726be3 Mon Sep 17 00:00:00 2001 From: Vasyl Date: Fri, 5 Jan 2024 10:45:08 +0200 Subject: [PATCH 1/3] - breadcrumb filter out routes with children --- src/components/app-layout-navigation/AppLayoutNavigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app-layout-navigation/AppLayoutNavigation.vue b/src/components/app-layout-navigation/AppLayoutNavigation.vue index fe6086663..4c076fd43 100644 --- a/src/components/app-layout-navigation/AppLayoutNavigation.vue +++ b/src/components/app-layout-navigation/AppLayoutNavigation.vue @@ -73,7 +73,7 @@ const items = computed(() => { hasChildren: route.children && route.children.length > 0, } }) - .filter((route) => route.label) + .filter((route) => route.label && !route.hasChildren) }) const { getColor } = useColors() From a585e7cbb9491922bbd25fe8a3d100f53e879659 Mon Sep 17 00:00:00 2001 From: Vasyl Date: Fri, 5 Jan 2024 10:45:53 +0200 Subject: [PATCH 2/3] - profile button fix margin --- src/components/navbar/components/AppNavbarActions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/components/AppNavbarActions.vue b/src/components/navbar/components/AppNavbarActions.vue index 00b94eb21..f00c05af1 100644 --- a/src/components/navbar/components/AppNavbarActions.vue +++ b/src/components/navbar/components/AppNavbarActions.vue @@ -12,7 +12,7 @@ > {{ t('helpAndSupport') }} - + From 35846efed501f4d5b06441f111e0c2146ec260e3 Mon Sep 17 00:00:00 2001 From: Vasyl Date: Fri, 5 Jan 2024 10:46:39 +0200 Subject: [PATCH 3/3] - profile dropdown fix margin between sections --- src/components/navbar/components/dropdowns/ProfileDropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/components/dropdowns/ProfileDropdown.vue b/src/components/navbar/components/dropdowns/ProfileDropdown.vue index cfc58078d..e812e2b59 100644 --- a/src/components/navbar/components/dropdowns/ProfileDropdown.vue +++ b/src/components/navbar/components/dropdowns/ProfileDropdown.vue @@ -9,7 +9,7 @@ - +