From 20e251710a3730adcf2025339f1ea5d0388c52d0 Mon Sep 17 00:00:00 2001 From: averel10 Date: Fri, 20 Mar 2026 14:11:19 +0100 Subject: [PATCH] added sidemenu in annotation for quicknavigation, fixed some responsive issues --- src/app/admin/experiments/page.tsx | 2 +- src/app/layout.tsx | 4 +- src/app/page.tsx | 2 +- .../AnnotationViews/AnnotationPageView.tsx | 192 ++++++++++++------ .../AnnotationSidebarNavigation.tsx | 89 ++++++++ .../SingleChoiceBinaryEntryView.tsx | 4 +- .../AnnotationViews/SingleChoiceEntryView.tsx | 4 +- src/components/Footer.tsx | 2 +- src/components/Header.tsx | 68 ++++++- src/components/WaveformPlayer.tsx | 13 +- 10 files changed, 306 insertions(+), 74 deletions(-) create mode 100644 src/components/AnnotationViews/AnnotationSidebarNavigation.tsx diff --git a/src/app/admin/experiments/page.tsx b/src/app/admin/experiments/page.tsx index db576ee..ee2b3d5 100644 --- a/src/app/admin/experiments/page.tsx +++ b/src/app/admin/experiments/page.tsx @@ -16,7 +16,7 @@ export default async function ExperimentsAdminPage() { } return ( -
+
- +
-
+
{children}