From 7ca7c132fb26e363adfe1da07ca0d8fafa6930d9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 21 Jul 2021 10:45:42 +0200 Subject: [PATCH 1/3] Add back RSS/ical links on public group pages Signed-off-by: Thomas Citharel --- js/src/views/Group/Group.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/js/src/views/Group/Group.vue b/js/src/views/Group/Group.vue index 5322fcb29..6c2ca2e14 100644 --- a/js/src/views/Group/Group.vue +++ b/js/src/views/Group/Group.vue @@ -172,7 +172,6 @@ @@ -183,13 +182,16 @@ icon-left="dots-horizontal" aria-label="Other actions" /> - + {{ $t("Public preview") }} From 1fe5ff802dac2a81a60c294043bacfc6ec7f3df7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 21 Jul 2021 10:47:40 +0200 Subject: [PATCH 2/3] Aria improvements on group page Signed-off-by: Thomas Citharel --- js/src/views/Group/Group.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/src/views/Group/Group.vue b/js/src/views/Group/Group.vue index 6c2ca2e14..a36048337 100644 --- a/js/src/views/Group/Group.vue +++ b/js/src/views/Group/Group.vue @@ -1,7 +1,7 @@