blakeblackshear.frigate/web/src/components/overlay
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
..
detail Misc fixes (#17871) 2025-04-23 07:06:31 -06:00
dialog Small Tweaks (#17652) 2025-04-11 08:21:01 -06:00
CameraInfoDialog.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
CreateUserDialog.tsx Refactor and clean up i18n (#17198) 2025-03-17 06:26:01 -06:00
DebugDrawingLayer.tsx Object area debugging and improvements (#16432) 2025-02-09 14:48:23 -07:00
DeleteUserDialog.tsx Move another username to i18n key (#17820) 2025-04-19 20:53:23 -05:00
ExportDialog.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
FaceSelectionDialog.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
GPUInfoDialog.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
LogInfoDialog.tsx Improve UI logs (#16434) 2025-02-10 08:38:56 -07:00
MobileCameraDrawer.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
MobileReviewSettingsDrawer.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
MobileTimelineDrawer.tsx Implement smart capitalization based on locale (#17860) 2025-04-22 16:21:09 -06:00
ReviewActivityCalendar.tsx Improve display of recordings data (#16436) 2025-02-09 16:02:36 -07:00
RoleChangeDialog.tsx move username to i18n key (#17818) 2025-04-19 19:05:49 -06:00
SaveExportOverlay.tsx feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
SetPasswordDialog.tsx Refactor and clean up i18n (#17198) 2025-03-17 06:26:01 -06:00
TimelineDataOverlay.tsx Implement object lifecycle pane (#13550) 2024-09-04 07:46:49 -06:00