frigate/frigate/util
Josh Hawkins c9bd907721
Frontend fixes (#22294)
* fix useImageLoaded hook running on every render

* fix volume not applying for all cameras

* Fix maximum update depth exceeded errors on Review page

- use-overlay-state: use refs for location to keep setter identity
  stable across renders, preventing cascading re-render loops when
  effects depend on the setter. Add Object.is bail-out guard to skip
  redundant navigate calls. Move setPersistedValue after bail-out to
  avoid unnecessary IndexedDB writes.

* don't try to fetch previews when motion search dialog is open

* revert unneeded changes

re-rendering was caused by the overlay state hook, not this one

* filter dicts to only use id field in sync recordings
2026-03-06 13:41:15 -07:00
..
__init__.py Fix go2rtc init (#18708) 2025-08-16 10:20:33 -05:00
audio.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
builtin.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
classification.py Miscellaneous fixes (0.17 beta) (#21607) 2026-01-12 20:36:38 -07:00
config.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
downloader.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
file.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
image.py Add Camera Wizard (#20461) 2025-10-13 10:52:08 -06:00
media.py Frontend fixes (#22294) 2026-03-06 13:41:15 -07:00
model.py Miscellaneous fixes (#20833) 2025-11-07 06:53:27 -07:00
object.py Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
process.py Miscellaneous fixes (0.17 beta) (#21350) 2025-12-18 15:12:10 -07:00
rknn_converter.py Fixes (#22280) 2026-03-05 14:11:32 -06:00
schema.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
services.py Clean up trailing whitespaces in cpu stats process cmdline (#22089) 2026-02-26 21:53:26 -07:00
time.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
velocity.py Fixes (#18935) 2025-07-07 06:35:55 -06:00