From e400a10c4598fed84c18378aaca6d9aa16b75155 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 16 Mar 2020 14:40:26 +0100 Subject: [PATCH] chore: rename/refactor filter, make responsive - Make the emotions filter similar in style to CategoriesFilter --- .../{GeneralFilter.vue => EmotionsFilter.vue} | 29 +++++++++++++--- webapp/components/FilterMenu/FilterMenu.vue | 17 +++++++--- .../components/FilterMenu/FollowingFilter.vue | 34 +++++++++++-------- webapp/locales/de.json | 6 ++-- webapp/store/posts.js | 5 +++ 5 files changed, 65 insertions(+), 26 deletions(-) rename webapp/components/FilterMenu/{GeneralFilter.vue => EmotionsFilter.vue} (71%) diff --git a/webapp/components/FilterMenu/GeneralFilter.vue b/webapp/components/FilterMenu/EmotionsFilter.vue similarity index 71% rename from webapp/components/FilterMenu/GeneralFilter.vue rename to webapp/components/FilterMenu/EmotionsFilter.vue index 8f74bc292..4cbc16e57 100644 --- a/webapp/components/FilterMenu/GeneralFilter.vue +++ b/webapp/components/FilterMenu/EmotionsFilter.vue @@ -1,6 +1,12 @@