From e829de6878b6b2ce7dfdbdd921f17faed3d71ae8 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 15:46:24 +0900 Subject: [PATCH] Remove user search functionality from navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete both user and id search forms completely - Simplify navigation to only show AI icon and Bluesky link - Clean up UI by removing unused search features 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/common/Navigation.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/components/common/Navigation.tsx b/src/components/common/Navigation.tsx index 535e4e9..76033e6 100644 --- a/src/components/common/Navigation.tsx +++ b/src/components/common/Navigation.tsx @@ -45,32 +45,6 @@ export default function Navigation({ username: _username }: NavigationProps) { -
-
- - -
-
- - -
-
);