frigate/web/src/views
Josh Hawkins 0bdf5002a0
Miscellaneous fixes (#23279)
* use monotonic clock for detector inference duration to prevent negative values from wall clock steps

* add ability to set camera's webui_url from camera management pane

* Gemini send thought signature

* Update docs

* copy face and lpr configs from source camera to replay camera

* add guard

* improve dummy camera docs

* remove version number

* fix stale field message after reverting a conditional form field

Routes field-level conditional messages through a dedicated React Context instead of merging them into uiSchema. RJSF's Form keeps state.uiSchema sticky across renders during processPendingChange (formData is updated, uiSchema is not), so a previously injected ui:messages array stays attached to a field even after the triggering condition flips back to false. Context propagation re-runs FieldTemplate directly on every provider value change, sidestepping that staleness.

* add semantic search field message to note that model_size is irrelevant when embeddings provider is selected

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2026-05-22 07:52:01 -06:00
..
button Implement debug live view as part of live (#20270) 2025-09-29 18:45:55 -05:00
classification Revert modal changes (#23001) 2026-04-25 07:21:13 -06:00
events Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00
explore Miscellaneous fixes (0.17 beta) (#21431) 2025-12-26 08:45:03 -06:00
live UI fixes (#23127) 2026-05-07 08:53:07 -05:00
motion-search Miscellaneous fixes (#23217) 2026-05-17 14:40:33 -06:00
recording Miscellaneous fixes (#23082) 2026-05-01 11:25:26 -06:00
search Fix browser time format handling (#22694) 2026-03-29 13:03:07 -06:00
settings Miscellaneous fixes (#23279) 2026-05-22 07:52:01 -06:00
system Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00