From b39e48b7da7c49ddc838b583a60391a975dee23e Mon Sep 17 00:00:00 2001 From: eduardruzga Date: Sun, 17 Nov 2024 15:52:38 +0200 Subject: [PATCH 1/2] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b43105b7..3303fba9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ dist-ssr *.sln *.sw? +/.history /.cache /build .env.local From b0b6760136a4156ff73b900162a8c28de9f1a10d Mon Sep 17 00:00:00 2001 From: eduardruzga Date: Wed, 20 Nov 2024 16:47:19 +0200 Subject: [PATCH 2/2] Add background for chat window --- app/components/chat/BaseChat.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 629c5cbe..902cb232 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -192,9 +192,11 @@ export const BaseChat = React.forwardRef( }}