From db38c4cae72edcfe448c52aa4567e50434b6988a Mon Sep 17 00:00:00 2001 From: greta Date: Mon, 25 Sep 2023 13:58:18 +0200 Subject: [PATCH] Add color picker for tags Signed-off-by: greta --- src/components/TagItem.vue | 220 ++++++++++++++++++++++++++++++++++++ src/components/TagModal.vue | 165 ++++++--------------------- 2 files changed, 255 insertions(+), 130 deletions(-) create mode 100644 src/components/TagItem.vue diff --git a/src/components/TagItem.vue b/src/components/TagItem.vue new file mode 100644 index 0000000000..5c30259b37 --- /dev/null +++ b/src/components/TagItem.vue @@ -0,0 +1,220 @@ + + + + diff --git a/src/components/TagModal.vue b/src/components/TagModal.vue index bea2b76ed7..0b723f630a 100644 --- a/src/components/TagModal.vue +++ b/src/components/TagModal.vue @@ -26,78 +26,47 @@

{{ t('mail', 'Add default tags') }}

-
- - - - - {{ t('mail','Rename tag') }} - - - - - - - {{ t('mail', 'Saving new tag name …') }} - - - - -
+ +

{{ t('mail', 'Add tag') }}

-
- - +
+
+ + + {{ t('mail', 'Add tag') }} + + + + + + + {{ t('mail', 'Saving tag …') }} +