frigate/web/src/views/live
Claude 83be2800f9
fix: motion dot outside zoom transform, fix activeMotion logic
Two fixes:
1. useCameraActivity: replace broken ternary priority with OR — "OFF"
   (truthy string) was silently blocking camera_activity.motion fallback.
   Now: motion === true (from camera_activity) OR detectingMotion === "ON".
2. DraggableGridLayout: render CameraMotionDot outside the zoom transform
   div so the dot doesn't scale with camera zoom. LivePlayer gets
   showMotionDot={false} to avoid duplicate rendering.

https://claude.ai/code/session_019B4dJXtcxvHn97ZaqHUB62
2026-03-18 08:32:56 +00:00
..
DraggableGridLayout.tsx fix: motion dot outside zoom transform, fix activeMotion logic 2026-03-18 08:32:56 +00:00
LiveBirdseyeView.tsx Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
LiveCameraView.tsx Revert "refactor(live): use shared live-zoom helpers in LiveCameraView" 2026-03-09 10:16:17 +11:00
LiveDashboardView.tsx Revert "Add per-camera dashboard rotation and cover-fit support for live views" 2026-03-08 16:51:34 +11:00