frigate/web/src/components/config-form
Josh Hawkins 4ff7ab96dc
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
Fixes (#23130)
* respect section hiddenFields when detecting config overrides

* change audio events to audio detection to match docs

* add field messages for object and review genai

* add more config messages

* more messages

* add guard to prevent race when adding camera dynamically

* fix duplicate websocket messages from zombie connection under react strict mode

detach ws event handlers before close() in WsProvider cleanup so a CONNECTING socket's deferred onclose can't schedule a reconnect after the next mount resets the unmounted guard, which was spawning a second live ws and duplicating every message

* fix double event publishes for stationary objects with attributes
2026-05-07 12:23:02 -06:00
..
section-configs Fixes (#23130) 2026-05-07 12:23:02 -06:00
section-validations Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
sectionExtras Tweaks (#22965) 2026-04-22 09:19:30 -06:00
sections UI fixes (#23127) 2026-05-07 08:53:07 -05:00
theme Miscellaneous fixes (#23111) 2026-05-05 09:03:49 -06:00
ConfigFieldMessage.tsx Add UI config messages framework (#22692) 2026-03-29 15:25:40 -06:00
ConfigForm.tsx Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
ConfigMessageBanner.tsx Add UI config messages framework (#22692) 2026-03-29 15:25:40 -06:00
sectionConfigs.ts Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00