From c325a5a4d649a809e44d7e667666679c8234f21a Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 17 Mar 2026 14:34:10 +0100 Subject: [PATCH] feat(CourtDrawingDialog, DiaryView): conditionally display duration fields in diary entries - Updated the CourtDrawingDialog to conditionally render duration input fields based on the new `showDurationFields` property, enhancing user experience. - Modified the DiaryView to pass the `show-duration-fields` prop, ensuring proper integration with the updated dialog functionality. - Improved the overall logic for displaying diary fields, allowing for more dynamic user interactions. --- frontend/src/components/CourtDrawingDialog.vue | 8 ++++++-- frontend/src/views/DiaryView.vue | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/CourtDrawingDialog.vue b/frontend/src/components/CourtDrawingDialog.vue index 61375208..552216a3 100644 --- a/frontend/src/components/CourtDrawingDialog.vue +++ b/frontend/src/components/CourtDrawingDialog.vue @@ -16,7 +16,7 @@ />
-