Add animation

This commit is contained in:
kolaente 2021-01-28 22:35:11 +01:00
parent 5a674f5c33
commit 16640d005e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 4 deletions

View File

@ -27,10 +27,12 @@
</router-link>
</div>
</div>
<div class="notification is-warning" v-if="currentList.isArchived">
This list is archived.
It is not possible to create new or edit tasks or it.
</div>
<transition name="fade">
<div class="notification is-warning" v-if="currentList.isArchived">
This list is archived.
It is not possible to create new or edit tasks or it.
</div>
</transition>
<router-view/>
</div>