From 63e847e3b33d10102e54b19231344b47623e8322 Mon Sep 17 00:00:00 2001 From: ibs0d <53568938+ibs0d@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:50:19 +1100 Subject: [PATCH] Revert "Support dashboard rotate + cover-fit for camera tiles and players" --- web/src/components/player/LivePlayer.tsx | 103 ++++++++--------------- 1 file changed, 33 insertions(+), 70 deletions(-) diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 8fba27bda..08b1ac2c9 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -412,24 +412,17 @@ export default function LivePlayer({ lowerClassName="md:rounded-2xl" /> )} - {applyDashboardTransforms ? ( -
-
- {player} -
+
+
+ {player}
- ) : ( - player - )} +
{cameraEnabled && !offline && (!showStillWithoutActivity || isReEnabling) && @@ -487,63 +480,33 @@ export default function LivePlayer({
)} - {applyDashboardTransforms ? ( -
+ -
- -
-
- ) : ( -
- -
- )} + fit={shouldFillContainer ? "cover" : "contain"} + camera={cameraConfig.name} + showFps={false} + reloadInterval={stillReloadInterval} + periodicCache + /> + {offline && applyDashboardTransforms && ( <>