From 992742f60294722628c31963e433802b7013f242 Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Wed, 2 Oct 2024 19:14:17 +0200 Subject: [PATCH] (feat/ui) add overlay with url and capture time --- web/ui/src/pages/detail/Detail.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/web/ui/src/pages/detail/Detail.tsx b/web/ui/src/pages/detail/Detail.tsx index bcf8d877..179fbf1f 100644 --- a/web/ui/src/pages/detail/Detail.tsx +++ b/web/ui/src/pages/detail/Detail.tsx @@ -174,9 +174,24 @@ const ScreenshotDetailPage = () => { alt={detail.title} className="w-full h-full object-contain" /> +
+ + {detail.url} + + +
+ + Captured on {format(new Date(detail.probed_at), "PPpp")} +
+