From d34fd2959d8a954cbbcda2910d81e645f695475a Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Tue, 13 Jan 2026 11:09:48 -0500 Subject: [PATCH] fix: improved ui for rewind --- 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)} - > -