From 4f44182b59e51fa1ba7ff5f1b827d210eda333cb Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Wed, 28 Jan 2026 08:41:55 -0700 Subject: [PATCH] Restructure mobile dashboard swipe flow into 4 logical pages --- src/components/Dashboard.tsx | 102 ++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 50 deletions(-) diff --git a/src/components/Dashboard.tsx b/src/components/Dashboard.tsx index 48a9d8c..361dd05 100644 --- a/src/components/Dashboard.tsx +++ b/src/components/Dashboard.tsx @@ -240,21 +240,65 @@ export function Dashboard({ user }: DashboardProps) { {/* SECTION: Mobile Swipe Ecosystem */}
- {/* SLIDE 1: Daily Stats (Nicotine & Weed) */} -
+ {/* SLIDE 1: Mindset (Mood & Personalized Plan) */} +
-

Daily Stats

+

Daily Mindset

- - + +
- {/* SLIDE 2: Calendar & Inspiration */} -
+ {/* SLIDE 2: Stats & Recovery (Side-by-side Stats + Health) */} +
-

Calendar

+

Usage & Recovery

+
+
+
+ + +
+ +
+
+ + {/* SLIDE 3: Achievements & Money (Insights) */} +
+
+

Achievements & Savings

+
+
+ + +
+
+ + {/* SLIDE 4: Calendar */} +
+
+

Usage Calendar

- {/* SLIDE 3: Mood & Savings */} -
-
-

Mood & Savings

-
-
- - -
-
- - {/* SLIDE 4: Journey & Plan */} -
-
-

Your Journey

-
-
- - - -
-
-