From 2924909692971d4342dfa3a5cef3367105b15861 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 27 Oct 2024 16:37:40 -0700 Subject: [PATCH] Add a research mode toggle to the chat input area --- .../components/chatHistory/chatHistory.tsx | 2 +- .../chatInputArea/chatInputArea.tsx | 279 ++++++++++-------- 2 files changed, 164 insertions(+), 117 deletions(-) diff --git a/src/interface/web/app/components/chatHistory/chatHistory.tsx b/src/interface/web/app/components/chatHistory/chatHistory.tsx index 870ec19c..6aa61ff6 100644 --- a/src/interface/web/app/components/chatHistory/chatHistory.tsx +++ b/src/interface/web/app/components/chatHistory/chatHistory.tsx @@ -419,7 +419,7 @@ export default function ChatHistory(props: ChatHistoryProps) { )} -
+
{!isNearBottom && (
)} -
- -
- -
-
-
- {imageUploaded && - imagePaths.map((path, index) => ( -
- {`img-${index}`} - -
- ))} -
-