From f14cc2d70237faeff904fdcdd7871558a886564f Mon Sep 17 00:00:00 2001
From: Axolotle
Date: Sat, 1 Aug 2020 22:57:43 +0200
Subject: [PATCH] switch to static data in UserList, modifying but not the data
store
---
app/src/components/ZoneSelectize.vue | 2 +-
app/src/scss/main.scss | 2 +-
app/src/views/group/GroupList.vue | 224 ++++++++++++++++++++-------
3 files changed, 174 insertions(+), 54 deletions(-)
diff --git a/app/src/components/ZoneSelectize.vue b/app/src/components/ZoneSelectize.vue
index 69756185..0bb8d593 100644
--- a/app/src/components/ZoneSelectize.vue
+++ b/app/src/components/ZoneSelectize.vue
@@ -32,7 +32,7 @@
import BaseSelectize from '@/components/BaseSelectize'
export default {
- name: 'SelectizeZone',
+ name: 'ZoneSelectize',
props: {
itemIcon: { type: String, default: null },
diff --git a/app/src/scss/main.scss b/app/src/scss/main.scss
index bd8d0269..492869c0 100644
--- a/app/src/scss/main.scss
+++ b/app/src/scss/main.scss
@@ -77,7 +77,7 @@ body {
// custom css
.actions {
- margin-bottom: 1.5rem;
+ margin-bottom: 2rem;
display: flex;
justify-content: space-between;
diff --git a/app/src/views/group/GroupList.vue b/app/src/views/group/GroupList.vue
index 901dd86a..9865739e 100644
--- a/app/src/views/group/GroupList.vue
+++ b/app/src/views/group/GroupList.vue
@@ -16,9 +16,9 @@
-
+
@@ -55,10 +55,11 @@
-
@@ -69,10 +70,13 @@
{{ $t('permissions') }}
-
@@ -80,67 +84,141 @@
+
+
+
+
+
+ {{ $t('group_specific_permissions') }}
+
+
+
+
+ {{ $t('words.collapse') }}
+
+
+
+
+
+
+
+
+
+ {{ name }}
+
+
+
+
+
+
+
+
+
+
+
+
+