From e2c82116ae1b2f46842f17a373289fdb7360e1b9 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Mar 2023 10:43:35 +0100 Subject: [PATCH 1/7] feat(webapp): GroupList shows 2 GroupItem per row --- webapp/components/Group/GroupList.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/webapp/components/Group/GroupList.vue b/webapp/components/Group/GroupList.vue index 7618e5b57..93ad6e2b0 100644 --- a/webapp/components/Group/GroupList.vue +++ b/webapp/components/Group/GroupList.vue @@ -1,9 +1,12 @@ + From 2eed0986a57ab9f35d78c42edb70056f2f7665d7 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Mar 2023 10:44:15 +0100 Subject: [PATCH 2/7] Change ds-container to ds-space to remove padding --- webapp/pages/groups.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/pages/groups.vue b/webapp/pages/groups.vue index 386905c5b..6b895de72 100644 --- a/webapp/pages/groups.vue +++ b/webapp/pages/groups.vue @@ -4,7 +4,7 @@ - + @@ -49,7 +49,7 @@ @next="nextResults" /> - + From 19ac18af2af3ad1cf77107be620f7deed4e156f7 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Mar 2023 11:08:47 +0100 Subject: [PATCH 3/7] Base is now width 98% after md we switch to 48% --- webapp/components/Group/GroupList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/Group/GroupList.vue b/webapp/components/Group/GroupList.vue index 93ad6e2b0..debe0e7a5 100644 --- a/webapp/components/Group/GroupList.vue +++ b/webapp/components/Group/GroupList.vue @@ -3,7 +3,7 @@ + :width="{ base: '98%', sm: '98%', md: '48%' }"> @@ -24,6 +24,6 @@ export default { From be130f849a5ebf6a865c17a0affcae0d82c1dee9 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 15 Mar 2023 11:44:13 +0100 Subject: [PATCH 4/7] Fix linting. --- webapp/components/Group/GroupList.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webapp/components/Group/GroupList.vue b/webapp/components/Group/GroupList.vue index debe0e7a5..692e518d8 100644 --- a/webapp/components/Group/GroupList.vue +++ b/webapp/components/Group/GroupList.vue @@ -1,9 +1,10 @@