From 3820e91a1b6dec9330afedfacad4ac20f0750d1a Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 18 Jun 2024 19:06:18 +0000 Subject: [PATCH] feat: label and tooltip corrections --- .../components/dashboard/TreeView/index.vue | 6 +-- .../settings/data-sources/CreateBase.vue | 51 +++++++++++++++++-- .../settings/data-sources/EditBase.vue | 51 +++++++++++++++++-- .../smartsheet/column/EditOrAdd.vue | 25 ++++++--- .../column/UITypesOptionsWithSearch.vue | 11 ++-- .../components/smartsheet/header/Menu.vue | 34 +++++++++---- .../smartsheet/toolbar/Calendar/Range.vue | 2 +- packages/nc-gui/composables/useRoles/index.ts | 10 ++++ packages/nc-gui/composables/useViewFilters.ts | 1 - packages/nc-gui/lang/en.json | 4 ++ 10 files changed, 159 insertions(+), 36 deletions(-) diff --git a/packages/nc-gui/components/dashboard/TreeView/index.vue b/packages/nc-gui/components/dashboard/TreeView/index.vue index 93d5089a89..84220e5466 100644 --- a/packages/nc-gui/components/dashboard/TreeView/index.vue +++ b/packages/nc-gui/components/dashboard/TreeView/index.vue @@ -15,7 +15,7 @@ const basesStore = useBases() const { createProject: _createProject, updateProject } = basesStore -const { bases, basesList, activeProjectId, b } = storeToRefs(basesStore) +const { bases, basesList, activeProjectId } = storeToRefs(basesStore) const { isWorkspaceLoading } = storeToRefs(useWorkspace()) @@ -248,9 +248,9 @@ watch( ghost-class="ghost" @change="onMove($event)" > -