1
0

feat: add date math for filters (#1342)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1342
This commit is contained in:
konrad
2022-03-28 17:30:42 +00:00
18 changed files with 784 additions and 366 deletions

View File

@ -12,7 +12,6 @@
>
<div
class="modal-container"
:class="{'has-overflow': overflow}"
@click.self.prevent.stop="$emit('close')"
v-shortcut="'Escape'"
>
@ -180,7 +179,6 @@ watch(
display: flex;
justify-content: space-between;
align-items: center;
}
}
}