frigate/web/src/views/settings
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
..
components Merge detector and model in settings UI (#23216) 2026-05-17 11:54:21 -06:00
AuthenticationView.tsx Authentication improvements (#21194) 2025-12-08 09:02:28 -07:00
CameraManagementView.tsx Miscellaneous fixes (#23279) 2026-05-22 07:52:01 -06:00
DetectorsAndModelSettingsView.tsx Add attributes to UI filters list (#23250) 2026-05-19 08:31:50 -06:00
EnrichmentsSettingsView.tsx UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
FrigatePlusSettingsView.tsx Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00
Go2RtcStreamsSettingsView.tsx Improve go2rtc pane in Settings (#23251) 2026-05-19 08:30:04 -06:00
MasksAndZonesView.tsx Mask/zone editor fixes (#22732) 2026-04-02 08:15:51 -06:00
MediaSyncSettingsView.tsx Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00
MotionTunerView.tsx UI tweaks and fixes (#22448) 2026-03-15 07:26:23 -05:00
ObjectSettingsView.tsx Miscellaneous fixes (#23186) 2026-05-13 11:04:11 -05:00
ProfilesView.tsx Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00
RegionGridSettingsView.tsx Add ability to clear region grids from the frontend (#22277) 2026-03-05 16:19:30 -07:00
RolesView.tsx Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
SingleSectionPage.tsx Miscellaneous fixes (#23186) 2026-05-13 11:04:11 -05:00
TriggerView.tsx Miscellaneous fixes (#22924) 2026-04-20 07:19:09 -06:00
UiSettingsView.tsx Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
UsersView.tsx Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00