From 20afe6d56d38e06f20b57dde8d035b1be0854c7c Mon Sep 17 00:00:00 2001
From: Sungu Kim <108677235+haegu97@users.noreply.github.com>
Date: Fri, 10 Jan 2025 10:41:08 +0900
Subject: [PATCH 01/43] =?UTF-8?q?=EC=B1=84=ED=8C=85=EC=B0=BD=20=EB=86=92?=
=?UTF-8?q?=EC=9D=B4=20=EC=A7=80=EC=A0=95=20(#307)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/chat/[id]/page.tsx | 111 ++++++++++++++++++++-----------------
1 file changed, 60 insertions(+), 51 deletions(-)
diff --git a/src/app/chat/[id]/page.tsx b/src/app/chat/[id]/page.tsx
index 39860903..f1b2a8bf 100644
--- a/src/app/chat/[id]/page.tsx
+++ b/src/app/chat/[id]/page.tsx
@@ -178,61 +178,70 @@ function ChatRoomPage() {
};
return (
-
-
-
-
-
-
}
- onClick={handleGoBack}
- className="bg-gray-light-02"
- />
-
채팅
-
-
-
-
}
- onClick={() => {}}
- className="bg-gray-light-02"
- />
+
+
+
+
+
+
+
}
+ onClick={handleGoBack}
+ className="bg-gray-light-02"
+ />
+
채팅
+
+
+
+ }
+ onClick={() => {}}
+ className="bg-gray-light-02"
+ />
+
+
router.push(`/bookclub/${chatId}`),
+ }}
+ />
- router.push(`/bookclub/${chatId}`),
- }}
+
+
+
+ {}}
/>
-
-
- {}}
- />
-
-
-
-
}
- aria-label="메시지 전송"
- className="h-[52px] w-[52px] bg-green-light-01"
- onClick={handleSubmit}
- />
+
+
);
From 50180e40e2993c55706321de4a093a8bbeeb61c8 Mon Sep 17 00:00:00 2001
From: Sungu Kim <108677235+haegu97@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:11:25 +0900
Subject: [PATCH 02/43] =?UTF-8?q?=ED=86=A0=EC=8A=A4=ED=8A=B8=EA=B0=80=20?=
=?UTF-8?q?=EC=82=AC=EB=9D=BC=EC=A7=80=EC=A7=80=20=EC=95=8A=EB=8A=94=20?=
=?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95=20#309=20(#311)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/layout.tsx | 1 -
src/components/header/HeaderBar.tsx | 2 --
src/components/toast/toast.tsx | 6 +++++-
src/features/auth/api/auth.ts | 1 +
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index a7ff9915..48a6dc59 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -31,7 +31,6 @@ export default function RootLayout({
{children}
-