From 59d240aa69014a3fe69ca35c500534b9f9a006fd Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 4 Nov 2024 06:11:55 -0700 Subject: [PATCH] Tweaks --- web/src/components/menu/SearchResultActions.tsx | 3 ++- web/src/components/overlay/detail/ObjectLifecycle.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/menu/SearchResultActions.tsx b/web/src/components/menu/SearchResultActions.tsx index 521b9ec6a..a07d27240 100644 --- a/web/src/components/menu/SearchResultActions.tsx +++ b/web/src/components/menu/SearchResultActions.tsx @@ -161,7 +161,8 @@ export default function SearchResultActions({ Deleting this tracked object removes the snapshot, any saved embeddings, and any associated object lifecycle entries. Recorded - footage in History view is NOT deleted. + footage of this tracked object in History view will NOT be + deleted.

Are you sure you want to proceed? diff --git a/web/src/components/overlay/detail/ObjectLifecycle.tsx b/web/src/components/overlay/detail/ObjectLifecycle.tsx index d687915ca..7a667529e 100644 --- a/web/src/components/overlay/detail/ObjectLifecycle.tsx +++ b/web/src/components/overlay/detail/ObjectLifecycle.tsx @@ -427,6 +427,7 @@ export default function ObjectLifecycle({
{formatUnixTimestampToDateTime(item.timestamp, { + timezone: config.ui.timezone, strftime_fmt: config.ui.time_format == "24hour" ? "%d %b %H:%M:%S"