From 35cd174c8b34f2765629ad65a9a6d997e61da4a8 Mon Sep 17 00:00:00 2001 From: taDuc Date: Thu, 4 Jun 2026 19:49:25 +0700 Subject: [PATCH] feat: add replay button to TimelineBar and implement responsive search bar layout with 100svh height support --- src/app/page.tsx | 2 +- .../components/preview/PreviewMapShell.tsx | 46 ++---------- .../preview/PublicPreviewClientPage.tsx | 56 +++++++++++---- src/uhm/components/ui/TimelineBar.tsx | 70 +++++++++++++++++++ 4 files changed, 118 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93fa387..d177664 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ const srOnlyStyle: React.CSSProperties = { export default function Page() { return ( -
+
{/* Preload LCP image */} diff --git a/src/uhm/components/preview/PreviewMapShell.tsx b/src/uhm/components/preview/PreviewMapShell.tsx index 3b7b2d8..ac1dd30 100644 --- a/src/uhm/components/preview/PreviewMapShell.tsx +++ b/src/uhm/components/preview/PreviewMapShell.tsx @@ -153,8 +153,8 @@ export default function PreviewMapShell({ }; return ( -
-
+
+