From 16a9c5c69d8d48b98d920ec43a4a54f8c72d9079 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:25:40 +0000 Subject: [PATCH] Add profile setup banner when no profile exists cgen-5667af6f9aa74d9b984dbf046cd2f6fa --- client/pages/Dashboard.tsx | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 94d80fa6..cad2508b 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -257,6 +257,42 @@ export default function Dashboard() {
+ {/* Profile Setup Banner */} + {showProfileSetup && ( +
+ + +
+
+ +
+

Complete Your Profile

+

Set up your profile to unlock all features

+
+
+
+ + +
+
+
+
+
+ )} + {/* Header */}