frigate/web/src/components
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
..
audio Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
auth Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
button Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
camera Debug replay (#22212) 2026-03-04 10:07:34 -06:00
card Tweaks (#22770) 2026-04-05 10:08:23 -06:00
chat Chat improvements (#22823) 2026-04-09 14:31:37 -06:00
classification Add ability to regenerate examples in classification wizard (#22604) 2026-03-24 07:53:37 -05:00
config-form Miscellaneous fixes (#22780) 2026-04-07 07:16:19 -06:00
dynamic Replace react-tracked and react-use-websocket with useSyncExternalStore (#22386) 2026-03-11 09:02:51 -05:00
filter Merge remote-tracking branch 'origin/master' into dev 2026-03-22 17:34:11 -05:00
graph Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
icons feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
indicators Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
input Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
menu Tweaks (#22770) 2026-04-05 10:08:23 -06:00
mobile Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
navigation Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
overlay Miscellaneous fixes (#22828) 2026-04-09 20:53:17 -06:00
player Miscellaneous fixes (#22762) 2026-04-04 21:32:26 -06:00
preview Improve review segmentation behavior (#19850) 2025-08-31 16:36:12 -05:00
settings Mask/zone editor fixes (#22732) 2026-04-02 08:15:51 -06:00
timeline Settings tweaks (#22750) 2026-04-03 17:46:43 -05:00
trigger Miscellaneous fixes (0.17 beta) (#21683) 2026-01-18 06:36:27 -07:00
ui Add UI config messages framework (#22692) 2026-03-29 15:25:40 -06:00
ws Debug replay (#22212) 2026-03-04 10:07:34 -06:00
Logo.tsx Use cn() for class names throughout (#11278) 2024-05-07 08:00:25 -06:00
Statusbar.tsx Refactor Intel Stats (#22674) 2026-03-29 12:09:02 -05:00
Wrapper.tsx spacing on mobile landscape (#11397) 2024-05-16 10:51:57 -06:00