From e4c917d3a4f4cb87d9c3ea43a9fb5270ceb93e73 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:44:59 +0000 Subject: [PATCH] fix(nc-gui): use colour picker for base icon instead of hue picker --- packages/nc-gui/components/cmd-k/index.vue | 7 +- .../dashboard/TreeView/ProjectNode.vue | 20 +- .../nc-gui/components/dlg/ProjectDelete.vue | 13 +- .../components/dlg/ProjectDuplicate.vue | 2 +- .../dlg/share-and-collaborate/View.vue | 13 +- .../general/BaseIconColorPicker.vue | 191 ++++-------------- .../nc-gui/components/general/ColorPicker.vue | 104 +++++----- .../nc-gui/components/general/ProjectIcon.vue | 48 ++++- packages/nc-gui/components/project/View.vue | 12 +- .../nc-gui/components/smartsheet/Form.vue | 14 +- .../smartsheet/toolbar/ViewInfo.vue | 2 +- .../components/workspace/ProjectList.vue | 19 +- .../src/services/command-palette.service.ts | 4 +- 13 files changed, 175 insertions(+), 274 deletions(-) diff --git a/packages/nc-gui/components/cmd-k/index.vue b/packages/nc-gui/components/cmd-k/index.vue index a5e2db2de0..948dbeee67 100644 --- a/packages/nc-gui/components/cmd-k/index.vue +++ b/packages/nc-gui/components/cmd-k/index.vue @@ -17,7 +17,7 @@ interface CmdAction { keywords?: string[] section?: string is_default?: number | null - iconHue?: number + iconColor?: string } const props = defineProps<{ @@ -387,10 +387,7 @@ defineExpose({ >