From 86f51736d8574f3426e712a6e13304caa00b1ed2 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 23 Mar 2023 11:15:41 +0530 Subject: [PATCH] refactor: update expand and eye icon Signed-off-by: Pranav C --- packages/nc-gui/components/cell/attachment/index.vue | 4 +++- packages/nc-gui/components/erd/HistogramPanel.vue | 5 +++-- packages/nc-gui/components/general/PreviewAs.vue | 4 ++-- packages/nc-gui/components/general/TableIcon.vue | 5 +++-- packages/nc-gui/components/smartsheet/Form.vue | 3 ++- packages/nc-gui/components/smartsheet/Grid.vue | 3 ++- packages/nc-gui/components/smartsheet/Kanban.vue | 2 +- packages/nc-gui/components/smartsheet/header/Menu.vue | 2 +- packages/nc-gui/components/virtual-cell/BelongsTo.vue | 5 ++--- packages/nc-gui/components/virtual-cell/HasMany.vue | 3 ++- packages/nc-gui/components/virtual-cell/ManyToMany.vue | 3 ++- packages/nc-gui/pages/[projectType]/[projectId]/index.vue | 3 +-- packages/nc-gui/utils/iconUtils.ts | 7 ++++++- 13 files changed, 30 insertions(+), 19 deletions(-) diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index a43fd39bf4..65887e5905 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -7,6 +7,7 @@ import { DropZoneRef, IsGalleryInj, IsKanbanInj, + iconMap, inject, isImage, nextTick, @@ -243,7 +244,8 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => { - diff --git a/packages/nc-gui/components/erd/HistogramPanel.vue b/packages/nc-gui/components/erd/HistogramPanel.vue index 72095b7d64..75fe44d479 100644 --- a/packages/nc-gui/components/erd/HistogramPanel.vue +++ b/packages/nc-gui/components/erd/HistogramPanel.vue @@ -1,17 +1,18 @@