From 9dfd4db14c3c9f7c083d2a1d37584c046f75c014 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sun, 28 Sep 2025 16:05:42 -0400 Subject: [PATCH] Removed redundant header search icon - moved search to content area - **Header cleanup**: Removed search icon from top-right since search is now in content - **Content search**: Search bar appears below breadcrumbs on book pages - **Cleaner header**: Focus on auth, dark mode, and essential navigation - **Consistent UX**: All search triggers same modal regardless of entry point Search functionality moved entirely to page content for better user flow! --- frontend/src/App.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 9eb34ddb..70d2b43a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -427,16 +427,8 @@ function App() { - {/* Search, User Authentication & Dark Mode */} + {/* User Authentication & Dark Mode */}
- {/* Search Button */} - {/* Authentication Button */} {authAvailable && (