From f3b088f862bf53a61080e447c37a6f970ec36b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 28 May 2019 20:51:14 +0200 Subject: [PATCH] Move the filter menu into the index page A filter makes sense only on the news feed page in my opinion. As a comparison: The way how full text search is implemented makes sense in the menu bar, which is always visible. Why? The search results are shown in a popover. Therefore those are different from the news feed. The news feed however is only visible on the index page. Therefore I believe, it makes sense to put the filter menu there and only there. --- webapp/components/FilterMenu/FilterMenu.vue | 37 +++++++++------------ webapp/layouts/default.vue | 3 -- webapp/pages/index.vue | 5 +++ 3 files changed, 21 insertions(+), 24 deletions(-) diff --git a/webapp/components/FilterMenu/FilterMenu.vue b/webapp/components/FilterMenu/FilterMenu.vue index e3efbf327..f06f6f37e 100644 --- a/webapp/components/FilterMenu/FilterMenu.vue +++ b/webapp/components/FilterMenu/FilterMenu.vue @@ -1,26 +1,21 @@ - - + diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index df4cf5828..7708d6d2e 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -19,7 +19,6 @@ />