From c07b4de56488850ad5c29bc333b10272d26ab9b4 Mon Sep 17 00:00:00 2001 From: IonutGabi Date: Fri, 13 Dec 2024 10:30:24 +0100 Subject: [PATCH 1/3] add the third option of a watch to set of icons --- public/icons/watch.svg | 1 + src/pods/properties/components/icon-selector/modal/icons.ts | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 public/icons/watch.svg diff --git a/public/icons/watch.svg b/public/icons/watch.svg new file mode 100644 index 00000000..6bf468a3 --- /dev/null +++ b/public/icons/watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pods/properties/components/icon-selector/modal/icons.ts b/src/pods/properties/components/icon-selector/modal/icons.ts index 53c55d17..324d08b7 100644 --- a/src/pods/properties/components/icon-selector/modal/icons.ts +++ b/src/pods/properties/components/icon-selector/modal/icons.ts @@ -2272,4 +2272,10 @@ export const iconCollection: IconInfo[] = [ searchTerms: ['wall', 'brick', 'construction', 'building'], categories: ['IT'], }, + { + name: 'Watch', + filename: 'watch.svg', + searchTerms: ['watch', 'time', 'clock', 'wrist'], + categories: ['IT'], + }, ]; From 3c7ce63f6563a7d3729f63e94fa4d18235681b5e Mon Sep 17 00:00:00 2001 From: Jesus Sanz Date: Fri, 13 Dec 2024 18:13:17 +0100 Subject: [PATCH 2/3] - Removed Extra text. --- .../front-components/datepickerinput-shape.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/components/mock-components/front-components/datepickerinput-shape.tsx b/src/common/components/mock-components/front-components/datepickerinput-shape.tsx index e3b1d90a..7a7c4820 100644 --- a/src/common/components/mock-components/front-components/datepickerinput-shape.tsx +++ b/src/common/components/mock-components/front-components/datepickerinput-shape.tsx @@ -112,7 +112,7 @@ export const DatepickerInputShape = forwardRef( wrap="none" /> - ( fill="red" align="center" color={stroke} - /> + /> */} {/* Calendar Icon */} Date: Sun, 15 Dec 2024 18:41:57 +0100 Subject: [PATCH 3/3] remove comment --- .../front-components/datepickerinput-shape.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/common/components/mock-components/front-components/datepickerinput-shape.tsx b/src/common/components/mock-components/front-components/datepickerinput-shape.tsx index 7a7c4820..17d64b21 100644 --- a/src/common/components/mock-components/front-components/datepickerinput-shape.tsx +++ b/src/common/components/mock-components/front-components/datepickerinput-shape.tsx @@ -111,16 +111,6 @@ export const DatepickerInputShape = forwardRef( ellipsis={true} wrap="none" /> - - {/* */} {/* Calendar Icon */}