From 05bbbd5b60d691a92beeb5f6fe943ef7daa38d21 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 1 Apr 2025 11:51:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20Prevent=20Layout=20Shif?= =?UTF-8?q?t=20when=20Loading=20Chat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Chat/ChatView.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/components/Chat/ChatView.tsx b/client/src/components/Chat/ChatView.tsx index 30b1510e88..9196b3f23c 100644 --- a/client/src/components/Chat/ChatView.tsx +++ b/client/src/components/Chat/ChatView.tsx @@ -52,8 +52,10 @@ function ChatView({ index = 0 }: { index?: number }) { if (isLoading && conversationId !== 'new') { content = ( -
- +
+
+ +
); } else if (!isLandingPage) {