From 38239a8dd312aabe0944169ce03e842624677acb Mon Sep 17 00:00:00 2001 From: Mohammed Musharaf Date: Tue, 5 Dec 2023 19:08:56 +0530 Subject: [PATCH] fix : added showOnTruncateOnly prop in tooltip component --- .../components/dashboard/TreeView/ProjectNode.vue | 1 + .../components/dashboard/TreeView/TableNode.vue | 5 ++++- .../components/dashboard/TreeView/ViewsNode.vue | 2 +- .../nc-gui/components/dashboard/settings/UIAcl.vue | 6 +++--- packages/nc-gui/components/nc/Tooltip.vue | 11 +++++++++++ packages/nc-gui/components/project/View.vue | 2 +- .../column/LinkedToAnotherRecordOptions.vue | 2 +- .../nc-gui/components/smartsheet/details/Fields.vue | 2 ++ packages/nc-gui/components/smartsheet/header/Cell.vue | 1 + .../components/smartsheet/header/VirtualCell.vue | 2 +- .../components/smartsheet/toolbar/CreateSort.vue | 6 +++--- .../toolbar/FieldListAutoCompleteDropdown.vue | 5 +++-- .../components/smartsheet/toolbar/FieldsMenu.vue | 8 ++++---- .../smartsheet/toolbar/OpenedViewAction.vue | 2 +- .../components/smartsheet/toolbar/SearchData.vue | 4 ++-- tests/playwright/pages/Dashboard/Grid/index.ts | 4 ++-- 16 files changed, 41 insertions(+), 22 deletions(-) diff --git a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue index d2540c4fb9..6819a82b1f 100644 --- a/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue @@ -429,6 +429,7 @@ const projectDelete = () => { class="nc-sidebar-node-title capitalize text-ellipsis overflow-hidden select-none" :style="{ wordBreak: 'keep-all', whiteSpace: 'nowrap', display: 'inline' }" :class="{ 'text-black font-semibold': activeProjectId === base.id && baseViewOpen }" + :showOnTruncateOnly="true" > diff --git a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue index 922b13b0c1..0150818209 100644 --- a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue @@ -231,7 +231,10 @@ const isTableOpened = computed(() => { - + - +
{