From 0007c306726622eaccf9ba6f63434dbfb5aaabaf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 8 May 2022 22:39:23 +0200 Subject: [PATCH] feat: move filter popup to a modal --- src/components/list/partials/filter-popup.vue | 48 ++++++++++--------- src/components/list/partials/filters.vue | 6 ++- src/components/misc/modal.vue | 3 -- 3 files changed, 30 insertions(+), 27 deletions(-) diff --git a/src/components/list/partials/filter-popup.vue b/src/components/list/partials/filter-popup.vue index 90a00ea6b..d8d94906f 100644 --- a/src/components/list/partials/filter-popup.vue +++ b/src/components/list/partials/filter-popup.vue @@ -6,39 +6,34 @@ > {{ $t('filters.clear') }} - - - - + + {{ $t('filters.title') }} + + + +