diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 59c9032..9ae949d 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -667,44 +667,39 @@ export function Sidebar({ aria-label="Conversations" > {/* Header */} -
-

- Conversations -

+
+
+ setSearchQuery(e.target.value)} + className="h-7 text-[13px] pr-8 bg-background/50" + /> + {searchQuery && ( + + )} +
- {/* Search */} -
- setSearchQuery(e.target.value)} - className="h-7 text-[13px] pr-8 bg-background/50" - /> - {searchQuery && ( - - )} -
- {/* List */}
{/* Tools */}