From e44ad4640d0685b07f034da850aad0974dcfc610 Mon Sep 17 00:00:00 2001 From: Kartikey Date: Fri, 15 May 2026 17:08:56 +0530 Subject: [PATCH 1/3] feat: add glassmorphism navbar with theme support --- src/App.tsx | 3 ++ src/components/Navbar.tsx | 105 +++++++++++++++++++++++++++----------- 2 files changed, 79 insertions(+), 29 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 8eafb44..59fffaa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,9 @@ function App() { const isFullscreen = FULLSCREEN_ROUTES.includes(location.pathname); return ( + +
+
{!isFullscreen && } diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 8272f7c..7718aa7 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -18,39 +18,86 @@ const Navbar: React.FC = () => { }`; return ( -