From eb5f78cfe6776a44b63dcc2163981f4f8310ba27 Mon Sep 17 00:00:00 2001 From: ahk0413 Date: Tue, 30 Sep 2025 14:22:39 +0900 Subject: [PATCH 1/3] =?UTF-8?q?[fix]=20=ED=99=98=EC=98=81=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B2=BD=EA=B3=A0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/domains/login/components/WelcomeModal.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/domains/login/components/WelcomeModal.tsx b/src/domains/login/components/WelcomeModal.tsx index ec8ed9b..4065746 100644 --- a/src/domains/login/components/WelcomeModal.tsx +++ b/src/domains/login/components/WelcomeModal.tsx @@ -20,8 +20,12 @@ function Welcome({ userNickname, open, onClose }: Props) { + {userNickname}님
바텐더 쑤리가 안내해드릴게요 + + } buttons={ <> + ); +} +export default NewMessageAlert; diff --git a/src/domains/recommend/components/TypingIndicator.tsx b/src/domains/recommend/components/bot/TypingIndicator.tsx similarity index 100% rename from src/domains/recommend/components/TypingIndicator.tsx rename to src/domains/recommend/components/bot/TypingIndicator.tsx diff --git a/src/domains/recommend/components/MessageInput.tsx b/src/domains/recommend/components/user/MessageInput.tsx similarity index 100% rename from src/domains/recommend/components/MessageInput.tsx rename to src/domains/recommend/components/user/MessageInput.tsx diff --git a/src/domains/recommend/components/UserMessage.tsx b/src/domains/recommend/components/user/UserMessage.tsx similarity index 100% rename from src/domains/recommend/components/UserMessage.tsx rename to src/domains/recommend/components/user/UserMessage.tsx From 129c6183eb4b2b665611393626945a90f4cdd1c3 Mon Sep 17 00:00:00 2001 From: ahk0413 Date: Tue, 30 Sep 2025 17:37:43 +0900 Subject: [PATCH 3/3] =?UTF-8?q?[style]=20=EC=83=88=EB=A9=94=EC=84=B8?= =?UTF-8?q?=EC=A7=80=20=EC=95=8C=EB=A6=BC=EB=B2=84=ED=8A=BC=20style=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/domains/recommend/components/ChatSection.tsx | 2 +- src/domains/recommend/components/bot/NewMessageAlert.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/domains/recommend/components/ChatSection.tsx b/src/domains/recommend/components/ChatSection.tsx index aaea299..ad39ccf 100644 --- a/src/domains/recommend/components/ChatSection.tsx +++ b/src/domains/recommend/components/ChatSection.tsx @@ -32,7 +32,7 @@ function ChatSection() { // ...prev, // { id: prev.length + 1, message: `새 메시지 ${prev.length + 1}`, sender: 'bot' }, // ]); - // }, 3000); + // }, 1000); // return () => clearInterval(interval); // }, []); diff --git a/src/domains/recommend/components/bot/NewMessageAlert.tsx b/src/domains/recommend/components/bot/NewMessageAlert.tsx index dec6302..7b49008 100644 --- a/src/domains/recommend/components/bot/NewMessageAlert.tsx +++ b/src/domains/recommend/components/bot/NewMessageAlert.tsx @@ -8,8 +8,8 @@ interface Props { function NewMessageAlert({ onClick }: Props) { return (