From 2318e795022c340747d1de4c0ed9a5da51e1f1e1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 5 Apr 2024 07:38:05 -0600 Subject: [PATCH] Cleanup (#10846) * Hide motion playback controls during scrubbing * Fix portrait recordings on mobile * Don't apply to desktop --- web/src/components/player/HlsVideoPlayer.tsx | 4 +- web/src/views/events/EventView.tsx | 54 ++++++++++---------- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index b6480d6bd..2bbf4d801 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -92,7 +92,7 @@ export default function HlsVideoPlayer({ return (
{ @@ -112,9 +112,11 @@ export default function HlsVideoPlayer({