From 173280dcf8c0a9496593943feeb00988860604bd Mon Sep 17 00:00:00 2001 From: Saksham Date: Fri, 24 Oct 2025 22:41:11 +0530 Subject: [PATCH] feat: update App component to have a better loading screen - Changed the logo image source in App.tsx to use a file based svg rather than url one. - Enhanced the loading indicator with an animated SVG. - Adjusted styles for better alignment and spacing in the loading section. - Added the dark-transparent.svg file to the public directory. --- .../entrypoints/popup/App.tsx | 37 +++++++++++++++---- .../public/dark-transparent.svg | 15 ++++++++ 2 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 apps/browser-extension/public/dark-transparent.svg diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx index d190716e..c5a350c8 100644 --- a/apps/browser-extension/entrypoints/popup/App.tsx +++ b/apps/browser-extension/entrypoints/popup/App.tsx @@ -266,14 +266,35 @@ function App() { supermemory -

- supermemory -

-
-
Loading...
+ +
+
+ + + Loading... +
) @@ -285,7 +306,7 @@ function App() { supermemory {userSignedIn && ( @@ -313,7 +334,7 @@ function App() { )} -
+
{userSignedIn ? (
{/* Tab Navigation */} diff --git a/apps/browser-extension/public/dark-transparent.svg b/apps/browser-extension/public/dark-transparent.svg new file mode 100644 index 00000000..6e58d4f4 --- /dev/null +++ b/apps/browser-extension/public/dark-transparent.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +