From aefdd6406943a40db1a8c594f1d17067b4c4cd00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 30 Jul 2020 10:25:17 +0200 Subject: [PATCH] Unified search UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/src/views/UnifiedSearch.vue | 505 +++++++++++++++++++++++++++++++ 1 file changed, 505 insertions(+) create mode 100644 core/src/views/UnifiedSearch.vue diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue new file mode 100644 index 00000000000..099ed7c325f --- /dev/null +++ b/core/src/views/UnifiedSearch.vue @@ -0,0 +1,505 @@ + + + + + + -- 2.39.5