Merge branch 'main' into vue3

# Conflicts:
#	src/components/tasks/mixins/createTask.js
This commit is contained in:
kolaente 2021-10-17 13:37:20 +02:00
commit 1d2abf56f9
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
9 changed files with 211 additions and 138 deletions

View file

@ -74,9 +74,8 @@
</a>
</nothing>
<div class="tasks-container">
<div class="tasks-container" :class="{ 'has-task-edit-open': isTaskEdit }">
<div
:class="{ short: isTaskEdit }"
class="tasks mt-0"
v-if="tasks && tasks.length > 0"
>