From 28cbe4e8ed23b8f70be820ca1bd9dddbf3e99f36 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:37:32 +0100 Subject: [PATCH] fix: (ai gen) chat improvements --- .../components/app/ChatPanel/ChatPanel.tsx | 31 +++++++--- .../components/app/ChatPanel/EmojiSearch.tsx | 58 ++++++++++--------- .../src/components/app/ChatPanel/message.tsx | 44 +++++++------- .../components/app/Livestream/Livestream.tsx | 20 +++---- 4 files changed, 82 insertions(+), 71 deletions(-) diff --git a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx index 53cf747..2300d76 100644 --- a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx +++ b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx @@ -245,9 +245,19 @@ export default function ChatPanel(props: Props) { }; return ( -
-
-
+
+ {!props.isObsPanel && ( +
+

Live Chat

+
+ )} +
+
{chatMessages.map((msg, i) => (
{!props.isObsPanel && ( -
-
+
+