feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit a74fc47335 - Show all commits

View File

@ -14,7 +14,7 @@
</p>
<template v-if="!loading && (!tasks || tasks.length === 0) && showNothingToDo">
<h3 class="has-text-centered mt-6">{{ $t('task.show.noTasks') }}</h3>
<LlamaCool class="mt-5"/>
<LlamaCool class="llama-cool"/>
</template>
<card
@ -234,4 +234,9 @@ export default {
display: flex;
flex-direction: column;
}
.llama-cool {
margin: 3rem auto 0;
display: block;
}
</style>