From 806cb527d4d56a8b3f270d4a1c5e28bb8abdb115 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 8 Oct 2025 19:21:15 +0200 Subject: [PATCH] Refactor group creation and assignment logic in DiaryView. Update group creation to allow specifying the number of groups, enhance participant assignment with group selection, and improve UI elements for better user experience. --- frontend/src/views/DiaryView.vue | 148 ++++++++++++++++++++++++++----- 1 file changed, 128 insertions(+), 20 deletions(-) diff --git a/frontend/src/views/DiaryView.vue b/frontend/src/views/DiaryView.vue index 24f58f5..f37a517 100644 --- a/frontend/src/views/DiaryView.vue +++ b/frontend/src/views/DiaryView.vue @@ -69,19 +69,15 @@
-

Neue Gruppe erstellen

+

Gruppen erstellen

- - -
-
- - + +
- +
@@ -153,8 +149,22 @@