diff --git a/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx b/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx index 05749b8ec..9f6b6efbd 100644 --- a/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx +++ b/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx @@ -82,8 +82,10 @@ export default function AnnotationOffsetSlider({ className }: Props) { "landscape:flex-col landscape:items-start landscape:gap-4", )} > -
- {t("trackingDetails.annotationSettings.offset.label")}: +
+ + {t("trackingDetails.annotationSettings.offset.label")}: + {annotationOffset}
diff --git a/web/src/components/timeline/DetailStream.tsx b/web/src/components/timeline/DetailStream.tsx index e655d68cb..b5ce70446 100644 --- a/web/src/components/timeline/DetailStream.tsx +++ b/web/src/components/timeline/DetailStream.tsx @@ -30,6 +30,7 @@ import { Tooltip, TooltipContent, TooltipTrigger } from "../ui/tooltip"; import { Link } from "react-router-dom"; import { Switch } from "@/components/ui/switch"; import { usePersistence } from "@/hooks/use-persistence"; +import { isDesktop } from "react-device-detect"; type DetailStreamProps = { reviewItems?: ReviewSegment[]; @@ -223,7 +224,12 @@ export default function DetailStream({
-
+