From 643eb55e6777fed7deae293619440dc791835f09 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Fri, 31 Jan 2020 21:54:23 +0300 Subject: [PATCH 1/8] Fix styles for filter container and add mobile UI --- src/views/statuses/index.vue | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/src/views/statuses/index.vue b/src/views/statuses/index.vue index fedfc386..df96c00f 100644 --- a/src/views/statuses/index.vue +++ b/src/views/statuses/index.vue @@ -9,6 +9,7 @@ :placeholder="$t('statuses.instanceFilter')" :no-data-text="$t('statuses.noInstances')" filterable + class="select-instance" @change="handleFilterChange"> From 74018751e8005e4fc689eb014ece89966f18dfb1 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Fri, 31 Jan 2020 22:12:00 +0300 Subject: [PATCH 2/8] Remove checkboxes from statuses where they are not used --- src/components/Status/index.vue | 15 +++++++++++---- src/views/reports/components/Report.vue | 2 +- src/views/statuses/index.vue | 5 ++++- src/views/users/show.vue | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index 5ff766b4..16d247f1 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -5,10 +5,9 @@