From c2a098794633d77bfcfc5f235f9a293dd56f37c3 Mon Sep 17 00:00:00 2001 From: Gabe Farrell <90876006+gabehf@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:13:54 -0500 Subject: [PATCH] fix: improved mobile ui for rewind (#133) --- client/app/routes/RewindPage.tsx | 126 ++++++++++++++++--------------- 1 file changed, 64 insertions(+), 62 deletions(-) diff --git a/client/app/routes/RewindPage.tsx b/client/app/routes/RewindPage.tsx index 8417212..71a1ef6 100644 --- a/client/app/routes/RewindPage.tsx +++ b/client/app/routes/RewindPage.tsx @@ -128,74 +128,76 @@ export default function RewindPage() { transition: "1000", }} > -
+
{pgTitle} -
+
+
+
+
+ +

+ {months[month]} +

+ +
+
+ +

{year}

+ +
+
+
+ + setShowTime(!showTime)} + > +
+
{stats !== undefined && ( )} -
-
- -

- {months[month]} -

- -
-
- -

{year}

- -
-
-
- - setShowTime(!showTime)} - > -