blakeblackshear.frigate/web/src
Josh Hawkins 2c9bfaa49c
Fixes (#18176)
* Add camera name tooltip to previews in recording view

* Apply face area check to cv2 face detection

* Delete review thumbnails

* Don't import hailo until it is used

* Add comment

* Clean up camera name

* Filter out empty keys when updating yaml config

HA ingress seems to randomly add an equal sign to the PUT urls for updating the config from the UI. This fix prevents empty keys from being processed, but still allows empty values.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-13 08:27:07 -06:00
..
api Disabled cameras fixing (#17273) 2025-03-20 11:20:44 -05:00
components Fixes (#18139) 2025-05-11 12:03:53 -06:00
context Support automatic language selection based on system language (#17953) 2025-04-29 10:02:50 -05:00
hooks Listen on timeline ref instead of window (#18006) 2025-05-02 17:35:55 -06:00
lib Fixes (#18139) 2025-05-11 12:03:53 -06:00
pages Fixes (#18139) 2025-05-11 12:03:53 -06:00
types Add support for NPU statistics in metrics page (#17806) 2025-04-19 08:20:22 -06:00
utils Fixes (#18055) 2025-05-05 20:42:24 -06:00
views Fixes (#18176) 2025-05-13 08:27:07 -06:00
App.tsx i18n tweaks (#17865) 2025-04-23 06:19:20 -06:00
env.ts Fix linter and fix lint issues (#10141) 2024-02-28 16:23:56 -06:00
index.css Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
login.tsx Fix auth when serving Frigate at a subpath (#12815) 2024-08-09 07:26:26 -06:00
main.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
vite-env.d.ts