From 81da1e68e285d3d15c586d9f1e6637f9f71dd5c2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 10 Mar 2021 14:13:28 +0100 Subject: [PATCH] Move the search input to filters --- src/components/list/partials/filters.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/list/partials/filters.vue b/src/components/list/partials/filters.vue index 7ec27562f..7328c9fa1 100644 --- a/src/components/list/partials/filters.vue +++ b/src/components/list/partials/filters.vue @@ -17,6 +17,18 @@ +
+ +
+ +
+
@@ -213,6 +225,7 @@ export default { filter_comparator: [], filter_include_nulls: true, filter_concat: 'or', + s: '', }, filters: { done: false,