frigate/web/src/views
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
..
events Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
explore Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
live i18n tweaks (#17865) 2025-04-23 06:19:20 -06:00
recording Refactor and clean up i18n (#17198) 2025-03-17 06:26:01 -06:00
search Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
settings Add missing i18n keys (#17861) 2025-04-22 19:46:05 -06:00
system Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00