frigate/web/src/pages
Josh Hawkins 4772e6a2ab
Tweaks (#22656)
* tweak language

* show validation errors in json response

* fix export hwaccel args field in UI

* increase annotation offset consts

* fix save button race conditions, add reset spinner, and fix enrichments profile leak

- Disable both Save and SaveAll buttons while either operation is in progress so users cannot trigger concurrent saves
- Show activity indicator on Reset to Default/Global button during the API call
- Enrichments panes (semantic search, genai, face recognition) now always show base config fields regardless of profile selection in the header dropdown

* fix genai additional_concerns validation error with textarea array widget

The additional_concerns field is list[str] in the backend but was using the textarea widget which produces a string value, causing validation errors.
Created a TextareaArrayWidget that converts between array (one item per line) and textarea display, and switched additional_concerns to use it

* populate and sort global audio filters for all audio labels

* add column labels in profiles view

* enforce a minimum value of 2 for min_initialized

* reuse widget and refactor for multiline

* fix

* change record copy preset to transcode audio to aac
2026-03-26 13:47:24 -05:00
..
AccessDenied.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
Chat.tsx Add GenAI Backend Streaming and Chat (#22152) 2026-02-27 09:07:30 -07:00
ClassificationModel.tsx Classification Model UI (#18571) 2025-08-16 10:20:33 -05:00
ConfigEditor.tsx Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -06:00
Events.tsx Various Tweaks (#22609) 2026-03-24 13:53:39 -06:00
Explore.tsx Support using GenAI for embeddings / semantic search (#22323) 2026-03-08 10:55:00 -05:00
Exports.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
FaceLibrary.tsx Reclassification (#22603) 2026-03-24 07:18:06 -06:00
Live.tsx i18n workflow improvements and tweaks (#22586) 2026-03-23 08:48:02 -05:00
LoginPage.tsx Face setup wizard (#17203) 2025-03-17 13:50:13 -06:00
Logs.tsx Debug replay (#22212) 2026-03-04 10:07:34 -06:00
MotionSearch.tsx Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
NoMatch.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
Replay.tsx UI tweaks and fixes (#22448) 2026-03-15 07:26:23 -05:00
Settings.tsx Tweaks (#22656) 2026-03-26 13:47:24 -05:00
System.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
UIPlayground.tsx Add zoom icons to timeline (#20717) 2025-10-29 12:04:29 -06:00