frigate/web/src/components
Josh Hawkins c2e667c0dd
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Add dynamic configuration for more fields (#22295)
* face recognition dynamic config

* lpr dynamic config

* safe changes for birdseye dynamic config

* bird classification dynamic config

* always assign new config to stats emitter to make telemetry fields dynamic

* add wildcard support for camera config updates in config_set

* update restart required fields for global sections

* add test

* fix rebase issue

* collapsible settings sidebar

use the preexisting control available with shadcn's sidebar (cmd/ctrl-B) to give users more space to set masks/zones on smaller screens

* dynamic ffmpeg

* ensure previews dir exists

when ffmpeg processes restart, there's a brief window where the preview frame generation pipeline is torn down and restarted. before these changes, ffmpeg only restarted on crash/stall recovery or full Frigate restart. Now that ffmpeg restarts happen on-demand via config changes, there's a higher chance a frontend request hits the preview_mp4 or preview_gif endpoints during that brief restart window when the directory might not exist yet. The existing os.listdir() call would throw FileNotFoundError without a directory existence check. this fix just checks if the directory exists and returns 404 if not, exactly how preview_thumbnail already handles the same scenario a few lines below

* global ffmpeg section

* clean up

* tweak

* fix test
2026-03-06 13:45:39 -07:00
..
audio Improve audio detection debugging (#19753) 2025-08-25 13:40:21 -05:00
auth Add networking options for configuring listening ports (#21779) 2026-02-26 21:27:56 -07:00
button UI tweaks (#20687) 2025-10-27 07:44:34 -05:00
camera Debug replay (#22212) 2026-03-04 10:07:34 -06:00
card Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
chat Add GenAI Backend Streaming and Chat (#22152) 2026-02-27 09:07:30 -07:00
classification Miscellaneous fixes (0.17 beta) (#21737) 2026-01-21 17:46:24 -07:00
config-form Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
dynamic Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
filter Export filter UI (#21322) 2026-02-26 21:27:56 -07:00
graph Fix storage graph (#19230) 2025-07-22 06:24:15 -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 Miscellaneous fixes (0.17 beta) (#21867) 2026-02-03 08:31:00 -06:00
menu Debug replay (#22212) 2026-03-04 10:07:34 -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 Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
player Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
preview Improve review segmentation behavior (#19850) 2025-08-31 16:36:12 -05:00
settings Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
timeline Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
trigger Miscellaneous fixes (0.17 beta) (#21683) 2026-01-18 06:36:27 -07:00
ui Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -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 Miscellaneous Fixes (0.17 beta) (#21279) 2025-12-14 16:41:38 -07:00
Wrapper.tsx spacing on mobile landscape (#11397) 2024-05-16 10:51:57 -06:00