From 2b16cdff538cb916d63a253ec80fbd92644c36ee Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 8 May 2026 13:50:45 +0200 Subject: [PATCH] refactor(DiaryView): simplify grouped plan table structure and improve rendering logic - Removed the "Gemeinsam" header from the grouped plan table for a cleaner layout. - Adjusted the rendering logic to conditionally display shared items and group items more efficiently, enhancing clarity in the activity display. - Updated colspan attributes to ensure proper alignment and presentation of table data. --- frontend/src/views/DiaryView.vue | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/src/views/DiaryView.vue b/frontend/src/views/DiaryView.vue index 530adf9d..e6a3e5f4 100644 --- a/frontend/src/views/DiaryView.vue +++ b/frontend/src/views/DiaryView.vue @@ -414,7 +414,6 @@ {{ $t('diary.startTime') }} - Gemeinsam {{ group.name }} @@ -429,8 +428,8 @@ {{ formatDisplayTime(row.startTime) }} - -
+ +
{{ getPlanItemDisplayLabel(item) }} @@ -445,30 +444,31 @@
- - - -
-
-
- {{ getPlanItemDisplayLabel(item) }} - - {{ getPlanItemStatus(item).label }} - -
-
- - - + {{ calculateNextTime }} - + {{ $t('diary.planAddHint') }}