From 918cb5bb7526ded89dff21e506f63c97074a88c8 Mon Sep 17 00:00:00 2001 From: Gagancreates Date: Wed, 27 May 2026 03:07:39 +0530 Subject: [PATCH] feat: animate web search button toggle --- .../components/chat-input-with-mentions.tsx | 39 ++++++++++--------- 1 file changed, 21 insertions(+), 18 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 5ea87db7..013a68ad 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 @@ -576,25 +576,28 @@ function ChatInputInner({ )} {searchAvailable && ( - searchEnabled ? ( - - ) : ( - - ) + Search + + )}
{lockedModel ? (