From a016d2651fc2185bd4e2a5c771c92b7cb99d1f86 Mon Sep 17 00:00:00 2001 From: averel10 Date: Fri, 17 Apr 2026 09:16:39 +0200 Subject: [PATCH] fix: removed jumping in layout after play --- .../AnnotationViews/SingleChoiceBinaryEntryView.tsx | 3 +-- src/components/AnnotationViews/SingleChoiceEntryView.tsx | 4 ++-- src/components/CalibrationViews/CalibrationEntryView.tsx | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx b/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx index 13c8232..867a7a2 100644 --- a/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx +++ b/src/components/AnnotationViews/SingleChoiceBinaryEntryView.tsx @@ -64,11 +64,10 @@ export default function SingleChoiceBinaryEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && (

Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.

- )} + {/* Utterance text */} {entry.utteranceText && ( diff --git a/src/components/AnnotationViews/SingleChoiceEntryView.tsx b/src/components/AnnotationViews/SingleChoiceEntryView.tsx index ab274f3..b93016c 100644 --- a/src/components/AnnotationViews/SingleChoiceEntryView.tsx +++ b/src/components/AnnotationViews/SingleChoiceEntryView.tsx @@ -70,11 +70,11 @@ export default function SingleChoiceEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && ( +

Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.

- )} + {/* Utterance text */} {entry.utteranceText && ( diff --git a/src/components/CalibrationViews/CalibrationEntryView.tsx b/src/components/CalibrationViews/CalibrationEntryView.tsx index 317d86a..854743a 100644 --- a/src/components/CalibrationViews/CalibrationEntryView.tsx +++ b/src/components/CalibrationViews/CalibrationEntryView.tsx @@ -86,11 +86,10 @@ export default function CalibrationEntryView({ /> {/* Must-listen hint */} - {!fullyPlayed && (

Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.

- )} + {/* Utterance text */} {entry.utteranceText && (