Ignore descriptions that only contain spaces
Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Daniel Klepatsch <daniel.klepatsch@gmx.at>
This commit is contained in:
committed by
Daniel Klepatsch
parent
b314619039
commit
21e00703e5
@@ -27,7 +27,7 @@
|
|||||||
<div v-if="card.description && checkListCount > 0" class="card-tasks icon icon-checkmark">
|
<div v-if="card.description && checkListCount > 0" class="card-tasks icon icon-checkmark">
|
||||||
{{ checkListCheckedCount }}/{{ checkListCount }}
|
{{ checkListCheckedCount }}/{{ checkListCount }}
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="card.description && checkListCount == 0" class="icon icon-description" />
|
<div v-else-if="card.description.trim() && checkListCount == 0" class="icon icon-description" />
|
||||||
|
|
||||||
<div v-if="card.attachmentCount > 0" class="icon-attach icon icon-attach-dark">
|
<div v-if="card.attachmentCount > 0" class="icon-attach icon icon-attach-dark">
|
||||||
{{ card.attachmentCount }}
|
{{ card.attachmentCount }}
|
||||||
|
|||||||
Reference in New Issue
Block a user