blakeblackshear.frigate/web/src/components
Josh Hawkins b061d083ba
Misc fixes (#17871)
* fix check for snapshot score

for manual events, snapScore is 0, so "0" gets displayed instead of a condition being evaluated.

* fix ongoing events from being returned for all review queries

The existing condition will include any record with a null end_time regardless of when it started, as long as the start_time is greater than the after param. With this fix, both the start time needs to be within the specified range, and for events that have already ended, their end time must be before the before param

* Base alert toggles on width not device class

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-04-23 07:06:31 -06:00
..
auth i18n fixes (#17184) 2025-03-16 11:13:34 -06: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 Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
dynamic Refactor and clean up i18n (#17198) 2025-03-17 06:26:01 -06:00
filter Fix i18n plural for selected review count (#17864) 2025-04-22 22:01:46 -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 Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
input Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
menu Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06: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 Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
player Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
preview
settings Add missing i18n keys (#17861) 2025-04-22 19:46:05 -06:00
timeline Proper i18n date/time handling (#17858) 2025-04-22 15:50:21 -06:00
ui Proper i18n date/time handling (#17858) 2025-04-22 15:50:21 -06:00
Logo.tsx
Statusbar.tsx Add support for rockchip GPU stats (#17812) 2025-04-19 16:34:05 -05:00
Wrapper.tsx