frigate/web/src/components/overlay
Josh Hawkins 335229d0d4
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Miscellaneous fixes (#22828)
* fix video playback stutter when GenAI dialog is open in detail stream

Inline `onOpen` callback in DetailStream.tsx:522 creates a new function identity every render. GenAISummaryChip.tsx:98's useEffect depends on [open, onOpen], so it re-fires on every parent re-render while the dialog is open. Each fire calls onSeek -> setCurrentTime -> seekToTimestamp, creating a continuous re-render + seek loop

* add /profiles to EXEMPT_PATHS for non-admin users

* skip debug_replay/status poll for non-admin users

* use subquery for timeline lookup to avoid SQLite variable limit
2026-04-09 20:53:17 -06:00
..
chip Miscellaneous fixes (#22828) 2026-04-09 20:53:17 -06:00
detail Display more scores in Tracking Details (#22799) 2026-04-07 10:06:22 -06:00
dialog Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
ActionsDropdown.tsx Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
CameraInfoDialog.tsx fix: fix system stats i18n (#22600) 2026-03-24 06:49:05 -06:00
ClassificationSelectionDialog.tsx Reclassification (#22603) 2026-03-24 07:18:06 -06:00
CreateRoleDialog.tsx UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
CreateTriggerDialog.tsx UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
CreateUserDialog.tsx UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
CustomTimeSelector.tsx Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
DebugDrawingLayer.tsx UI fixes (#22814) 2026-04-08 08:21:48 -06:00
DebugReplayDialog.tsx Debug replay (#22212) 2026-03-04 10:07:34 -06:00
DeleteRoleDialog.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
DeleteTriggerDialog.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
DeleteUserDialog.tsx Semantic Search Triggers (#18969) 2025-08-16 10:20:33 -05:00
EditRoleCamerasDialog.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
ExportDialog.tsx Debug replay (#22212) 2026-03-04 10:07:34 -06:00
FaceSelectionDialog.tsx Reclassification (#22603) 2026-03-24 07:18:06 -06:00
GPUInfoDialog.tsx Fixes (#17961) 2025-04-29 17:03:44 -05:00
ImagePicker.tsx Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
ImageShadowOverlay.tsx Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
LogInfoDialog.tsx feat: document locale url (#18409) 2025-05-28 06:10:45 -06:00
MobileCameraDrawer.tsx Add zones friend name (#20761) 2025-11-07 08:02:06 -06:00
MobileReviewSettingsDrawer.tsx Miscellaneous fixes (#22780) 2026-04-07 07:16:19 -06:00
MobileTimelineDrawer.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
ObjectTrackOverlay.tsx Miscellaneous Fixes (#21024) 2025-11-24 06:34:56 -07:00
PtzControlPanel.tsx ONVIF refactor (#22629) 2026-03-25 08:57:47 -05:00
ReviewActivityCalendar.tsx Recordings API and calendar UI performance improvements (#22352) 2026-03-09 17:22:01 -06:00
RoleChangeDialog.tsx UI tweaks (#20401) 2025-10-09 06:23:03 -06:00
SaveExportOverlay.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
SetPasswordDialog.tsx UI tweaks (#22405) 2026-03-12 16:57:42 -06:00