From 5c321336871101e714097065f6d6a5959ebc6826 Mon Sep 17 00:00:00 2001 From: Daniel Klepatsch Date: Sat, 28 Nov 2020 20:53:35 +0100 Subject: [PATCH 1/3] Updated description icon Signed-off-by: Daniel Klepatsch --- img/description.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/description.svg b/img/description.svg index a31c5a53d..aa7902cfc 100644 --- a/img/description.svg +++ b/img/description.svg @@ -1 +1 @@ - + From 26087f95af9c5165212e9da199d78bf71c5c77a1 Mon Sep 17 00:00:00 2001 From: Daniel Klepatsch Date: Sat, 28 Nov 2020 20:55:22 +0100 Subject: [PATCH 2/3] Add description icon to cards without checkmark in description Signed-off-by: Daniel Klepatsch --- css/icons.scss | 1 + src/components/cards/CardBadges.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/css/icons.scss b/css/icons.scss index 7d1ed1034..c782f125d 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -10,6 +10,7 @@ @include icon-black-white('attach', 'deck', 1); @include icon-black-white('reply', 'deck', 1); @include icon-black-white('notifications-dark', 'deck', 1); +@include icon-black-white('description', 'deck', 1); .icon-toggle-compact-collapsed { @include icon-color('toggle-view-expand', 'deck', $color-black); diff --git a/src/components/cards/CardBadges.vue b/src/components/cards/CardBadges.vue index d019bb1e3..2c6b3c12c 100644 --- a/src/components/cards/CardBadges.vue +++ b/src/components/cards/CardBadges.vue @@ -27,6 +27,7 @@
{{ checkListCheckedCount }}/{{ checkListCount }}
+
{{ card.attachmentCount }} From 21e00703e53c0a1e7de79cdf3cc8cacb092b160b Mon Sep 17 00:00:00 2001 From: MonkeySon <10551896+MonkeySon@users.noreply.github.com> Date: Mon, 30 Nov 2020 14:50:09 +0100 Subject: [PATCH 3/3] Ignore descriptions that only contain spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: Daniel Klepatsch --- src/components/cards/CardBadges.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/CardBadges.vue b/src/components/cards/CardBadges.vue index 2c6b3c12c..c77995f5f 100644 --- a/src/components/cards/CardBadges.vue +++ b/src/components/cards/CardBadges.vue @@ -27,7 +27,7 @@
{{ checkListCheckedCount }}/{{ checkListCount }}
-
+
{{ card.attachmentCount }}