frigate/web/src/components
Josh Hawkins c16e536b46
Fixes (#18338)
* improve spacing of face selection in mobile drawer

* fix spacing

* sort face names alphabetically

* Improve face selection dialog

* Use a state to track when face image loads

The naturalWidth and naturalHeight will always be 0 until the image loads. So we use onLoad and a state to track loading and then calculate the area after it has loaded

* Verify that a camera only tracks objects that are possible to track

* Fix test

* genai docs tweak

* Disable openvino model cache

* Clenaup

* Sanitize floats for estimated speed and angle

Users can configure speed zones in such a way that velocity estimates from Norfair cause a value of inf to be stored as an estimated speed. FastAPI doesn't serialize inf as a float, so trying to return this value would result in an API error. Sanitizing the value before storing should correct this.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-22 09:38:14 -06:00
..
auth Disable autoCorrect, autoCapitalize and spellCheck on username input. (#18333) 2025-05-21 06:10:13 -05:00
button Proper i18n date/time handling (#17858) 2025-04-22 15:50:21 -06:00
camera Fix websocket enabled state (#17585) 2025-04-07 12:24:53 -05:00
card Fixes (#18055) 2025-05-05 20:42:24 -06:00
dynamic Refactor and clean up i18n (#17198) 2025-03-17 06:26:01 -06:00
filter Improve timezone handling (#18257) 2025-05-15 17:13:32 -05:00
graph Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
icons feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
indicators Fixes (#18275) 2025-05-17 16:11:19 -06:00
input Fixes (#18275) 2025-05-17 16:11:19 -06:00
menu Support automatic language selection based on system language (#17953) 2025-04-29 10:02:50 -05:00
mobile UI tweaks (#17685) 2025-04-13 12:08:47 -06:00
navigation Fix some page i18n wrong (#17682) 2025-04-19 09:02:15 -05:00
overlay Fixes (#18338) 2025-05-22 09:38:14 -06:00
player Fixes (#18304) 2025-05-19 14:43:22 -06:00
preview Refactor Search Page (#13645) 2024-09-10 10:23:20 -06:00
settings fix missing i18n keys (#18309) 2025-05-19 16:45:02 -05:00
timeline Proper i18n date/time handling (#17858) 2025-04-22 15:50:21 -06:00
ui Improve timezone handling (#18257) 2025-05-15 17:13:32 -05:00
Logo.tsx Use cn() for class names throughout (#11278) 2024-05-07 08:00:25 -06:00
Statusbar.tsx Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
Wrapper.tsx spacing on mobile landscape (#11397) 2024-05-16 10:51:57 -06:00