frigate/web/src/views/live
Claude 29e2003a84
Fix fit-to-screen drag types to match EventCallback signature
All LayoutItem args are nullable (LayoutItem | null) and event is Event
not MouseEvent — matching the actual react-grid-layout EventCallback type.
fitDragRef simplified to string | null. Cast event to MouseEvent inside
the handler to access clientX/Y for pixel-accurate slot detection.

https://claude.ai/code/session_01Cu7YDRKZrYX3sBs6g9w2dy
2026-03-22 00:04:21 +00:00
..
DraggableGridLayout.tsx Fix fit-to-screen drag types to match EventCallback signature 2026-03-22 00:04:21 +00:00
LiveBirdseyeView.tsx Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
LiveCameraView.tsx Fix ui.rotate: broken CSS height chain causing blank video 2026-03-21 08:17:40 +00:00
LiveDashboardView.tsx Merge branch 'blakeblackshear:dev' into dev 2026-03-19 14:49:40 +11:00