1
0

Add clearer call to action when no lists are available yet

This commit is contained in:
kolaente
2021-01-17 20:53:09 +01:00
parent 2139d4d528
commit 427a702bd4
3 changed files with 33 additions and 8 deletions

View File

@ -8,8 +8,8 @@
>
Show tasks without dates
</fancycheckbox>
<h3 v-if="showAll">Current tasks</h3>
<h3 v-else>
<h3 v-if="showAll && tasks.length > 0">Current tasks</h3>
<h3 v-else-if="!showAll">
Tasks from
<flat-pickr
:class="{ 'disabled': taskService.loading}"