From 5a12f6b5e7c8f0500afa71f5b3b5b89eb5d40723 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 21 May 2024 18:03:15 +0200 Subject: [PATCH] fix(NcAppSidebar): make sidebar a single node to allow using v-show Signed-off-by: Grigorii K. Shartsev --- src/components/NcAppSidebar/NcAppSidebar.vue | 325 ++++++++++--------- 1 file changed, 165 insertions(+), 160 deletions(-) diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 2dee4cb08c..988bcfeacb 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -454,174 +454,181 @@ export default {