From d4f4ebb66bfce3b3bd45d894eb7c8ad0740ec3ad Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 9 Jan 2022 17:27:28 +0100 Subject: [PATCH] feat: add date range filter to task filters --- src/components/list/partials/filter-popup.vue | 2 +- src/components/list/partials/filters.vue | 107 ++++++------------ src/components/misc/popup.vue | 9 +- src/helpers/time/parseDateOrString.ts | 12 ++ src/styles/theme/theme.scss | 2 +- src/views/tasks/ShowTasks.vue | 17 +-- 6 files changed, 58 insertions(+), 91 deletions(-) create mode 100644 src/helpers/time/parseDateOrString.ts diff --git a/src/components/list/partials/filter-popup.vue b/src/components/list/partials/filter-popup.vue index efbfcbe3e..5d483a21e 100644 --- a/src/components/list/partials/filter-popup.vue +++ b/src/components/list/partials/filter-popup.vue @@ -6,7 +6,7 @@ > {{ $t('filters.clear') }} - +