From 4c1f97b867755db680e527763166d228823a0351 Mon Sep 17 00:00:00 2001 From: averel10 Date: Fri, 17 Apr 2026 09:15:25 +0200 Subject: [PATCH] feat: added progress indicator on mobile (as no sidebar menu is present) --- .../AnnotationViews/AnnotationPageView.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/AnnotationViews/AnnotationPageView.tsx b/src/components/AnnotationViews/AnnotationPageView.tsx index 87a7046..8b3a2cb 100644 --- a/src/components/AnnotationViews/AnnotationPageView.tsx +++ b/src/components/AnnotationViews/AnnotationPageView.tsx @@ -273,7 +273,21 @@ export default function AnnotationPageView({ {/* Main content area */}
{/* Top bar */} -
+
+ {/* Mobile progress indicator */} +
+
+ Fortschritt + {annotatedCount}/{entries.length} +
+
+
+
+
+
{/* Toggle and Home buttons */}