From 7564e45e9a465186f3013d08b5ec865b5b091ff7 Mon Sep 17 00:00:00 2001 From: Kartikey Date: Fri, 15 May 2026 17:08:56 +0530 Subject: [PATCH 1/2] feat: add glassmorphism navbar with theme support --- src/App.tsx | 2 + src/components/Navbar.tsx | 105 +++++++++++++++++++++++++++----------- 2 files changed, 78 insertions(+), 29 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f395564..ea0c8c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,8 @@ function App() { 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 ( -