From 40401911010046c17f6fdecce708b65bc957cb89 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:00:04 -0500 Subject: [PATCH] fixes and changes (#10587) --- web/src/components/dynamic/NewReviewData.tsx | 2 +- web/src/components/timeline/EventSegment.tsx | 63 +++++++++------- .../timeline/MotionReviewTimeline.tsx | 3 +- web/src/components/timeline/MotionSegment.tsx | 11 ++- .../components/timeline/ReviewTimeline.tsx | 75 ++++++++----------- .../components/timeline/SummarySegment.tsx | 17 +++-- .../components/timeline/SummaryTimeline.tsx | 73 ++++++++++++++---- web/src/hooks/use-draggable-element.ts | 20 ++--- web/src/pages/UIPlayground.tsx | 5 +- web/src/views/events/EventView.tsx | 1 + 10 files changed, 156 insertions(+), 114 deletions(-) diff --git a/web/src/components/dynamic/NewReviewData.tsx b/web/src/components/dynamic/NewReviewData.tsx index c60a08b49..b7b096115 100644 --- a/web/src/components/dynamic/NewReviewData.tsx +++ b/web/src/components/dynamic/NewReviewData.tsx @@ -43,7 +43,7 @@ export default function NewReviewData({ return (
-
+