From fa05857976def2e7bd71188c2c197c7334989951 Mon Sep 17 00:00:00 2001
From: ibs0d <53568938+ibs0d@users.noreply.github.com>
Date: Wed, 18 Mar 2026 19:12:01 +1100
Subject: [PATCH] Revert "fix: revert CameraMotionDot, restore built-in
LivePlayer motion dot"
---
web/src/views/live/DraggableGridLayout.tsx | 26 +++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/web/src/views/live/DraggableGridLayout.tsx b/web/src/views/live/DraggableGridLayout.tsx
index ce80436b6..5d36ca1ba 100644
--- a/web/src/views/live/DraggableGridLayout.tsx
+++ b/web/src/views/live/DraggableGridLayout.tsx
@@ -29,6 +29,8 @@ import {
} from "@/types/live";
import ActivityIndicator from "@/components/indicators/activity-indicator";
import { PlayerStats } from "@/components/player/PlayerStats";
+import { MdCircle } from "react-icons/md";
+import { useCameraActivity } from "@/hooks/use-camera-activity";
import { Skeleton } from "@/components/ui/skeleton";
import { isEqual } from "lodash";
@@ -877,6 +879,7 @@ export default function DraggableGridLayout({
[camera.name]: loading,
}))
}
+ showMotionDot={false}
onClick={() => {
!isEditMode && onSelectCamera(camera.name);
}}
@@ -908,7 +911,10 @@ export default function DraggableGridLayout({
minimal={true}
/>
)}
-
+