From a173d0a52403ebeb84110c6d7553f9244c3b2581 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 5 Aug 2022 18:23:51 +0200 Subject: [PATCH] chore(gui-v2): add dropdown icon --- packages/nc-gui-v2/app.vue | 15 ++++++++++----- .../nc-gui-v2/pages/nc/[projectId]/index.vue | 18 ++++++++++++++---- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/packages/nc-gui-v2/app.vue b/packages/nc-gui-v2/app.vue index e0a5ad30c8..62e385ad38 100644 --- a/packages/nc-gui-v2/app.vue +++ b/packages/nc-gui-v2/app.vue @@ -2,6 +2,7 @@ import { breakpointsTailwind } from '@vueuse/core' import { navigateTo } from '#app' import { computed, provideSidebar, ref, useBreakpoints, useGlobal, useRoute, useRouter } from '#imports' + /** get current breakpoints (for enabling sidebar) */ const breakpoints = useBreakpoints(breakpointsTailwind) @@ -31,13 +32,13 @@ const logout = () => { :collapsed="!isOpen" width="50" collapsed-width="0" - class="!bg-primary h-full" + class="!bg-primary h-full shadow-lg" :trigger="null" collapsible theme="light" > -
+
NocoDB
@@ -71,12 +72,16 @@ const logout = () => { >
+ +
+ +
- -
+ +