From a8b24ee19cab68777ff3dfe761f49276612f172c Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommmu Date: Mon, 5 Jan 2026 22:03:14 -0800 Subject: [PATCH] added new changes of chrome extension of ui updates --- .../entrypoints/popup/App.tsx | 273 +++++++++++------- 1 file changed, 168 insertions(+), 105 deletions(-) diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx index a1a89176..3c16883a 100644 --- a/apps/browser-extension/entrypoints/popup/App.tsx +++ b/apps/browser-extension/entrypoints/popup/App.tsx @@ -41,7 +41,7 @@ const Tooltip = ({ type="button" onMouseEnter={() => setIsVisible(true)} onMouseLeave={() => setIsVisible(false)} - className="cursor-help bg-transparent border-none p-0 text-gray-400 hover:text-gray-600 transition-colors" + className="cursor-help bg-transparent border-none p-0 text-[#737373] transition-colors" > -
+
supermemory {userSignedIn && ( )}
-
+
{userSignedIn ? (
{/* Tab Navigation */} -
+
@@ -435,12 +455,43 @@ function App() { {/* Save Button at Bottom */}
@@ -450,7 +501,11 @@ function App() {
) : ( -
+
{/* Account Section */}
-

- Account -

-
+
{loadingUserData ? ( -
+
Loading account data...
) : userData?.email ? ( -
- - Email - - + <> + Email + {userData.email} -
+ ) : ( -
+
No email found
)} @@ -550,13 +613,13 @@ function App() { {/* Chat Integration Section */}
-

+

Chat Integration

-
-
+
+
- + Auto Search Memories @@ -570,13 +633,13 @@ function App() { } type="checkbox" /> -
+
-
-
+
+
- + Auto Capture Prompts @@ -590,7 +653,7 @@ function App() { } type="checkbox" /> -
+