From edaa5fe94fce8f3ac798b5f0ee305860833bbe69 Mon Sep 17 00:00:00 2001 From: Jonas Gerg Date: Tue, 14 Jul 2026 22:05:52 +0200 Subject: [PATCH] feat: clickable marks for admin, mark counts, collapsible card list - Admin can click a ministrant's mark badge to cycle through states - Each ministrant shows total marks count across all gottesdienste - Ministrant list in cards starts collapsed showing only count, expands on click --- public/src/components/GottesdienstCard.vue | 88 ++++++++++++++++++---- 1 file changed, 73 insertions(+), 15 deletions(-) diff --git a/public/src/components/GottesdienstCard.vue b/public/src/components/GottesdienstCard.vue index f57e05b..de64e19 100644 --- a/public/src/components/GottesdienstCard.vue +++ b/public/src/components/GottesdienstCard.vue @@ -1,6 +1,6 @@