From 530d807faba49e0c855a2b68a189ea662ba59abc Mon Sep 17 00:00:00 2001 From: Gagancreates Date: Tue, 19 May 2026 14:22:02 +0530 Subject: [PATCH] feat: add tooltips to composer plus and web search buttons --- .../components/chat-input-with-mentions.tsx | 67 ++++++++++++------- 1 file changed, 41 insertions(+), 26 deletions(-) diff --git a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx index 6f5083b2..0299849b 100644 --- a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx +++ b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx @@ -629,15 +629,20 @@ function ChatInputInner({
- - - + + + + + + + Add files or set work directory + fileInputRef.current?.click()}> @@ -677,24 +682,34 @@ function ChatInputInner({ )} {searchAvailable && ( searchEnabled ? ( - + + + + + Web search on — click to disable + ) : ( - + + + + + Enable web search + ) )} {codeModeEnabled ? (