blakeblackshear.frigate/web/src
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
..
api Disabled cameras fixing (#17273) 2025-03-20 11:20:44 -05:00
components Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
context i18n tweaks (#17865) 2025-04-23 06:19:20 -06:00
hooks Proper i18n date/time handling (#17858) 2025-04-22 15:50:21 -06:00
lib
pages Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
types Add support for NPU statistics in metrics page (#17806) 2025-04-19 08:20:22 -06:00
utils Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
views Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
App.tsx i18n tweaks (#17865) 2025-04-23 06:19:20 -06:00
env.ts
index.css Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
login.tsx
main.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
vite-env.d.ts