From ce2abff3b8967f901271d8b674433bb51112428e Mon Sep 17 00:00:00 2001 From: Melvin Jones Repol Date: Mon, 7 Sep 2026 08:02:23 +0800 Subject: [PATCH 1/2] feat: minor bug fixes --- app/components/Chat.tsx | 10 ++++----- app/components/auth/form/LoginForm.tsx | 1 - app/components/chat/Messages.tsx | 29 -------------------------- app/components/dashboard/Navbar.tsx | 1 + app/globals.css | 14 ++++++++----- 5 files changed, 15 insertions(+), 40 deletions(-) diff --git a/app/components/Chat.tsx b/app/components/Chat.tsx index 7024f45..61444e1 100644 --- a/app/components/Chat.tsx +++ b/app/components/Chat.tsx @@ -596,9 +596,9 @@ export default function Chat({ user }: { user: ChatUserShape }) { isDraggingOver ? "border-blue-500/60 bg-blue-50 shadow-lg shadow-blue-500/10" : "border-gray-200 bg-gray-50 hover:border-gray-300 focus-within:border-blue-500/50 focus-within:bg-white focus-within:shadow-[0_0_15px_rgba(99,102,241,0.1)]" - } transition-all duration-300 rounded-xl border flex items-end gap-2 p-2`} + } transition-all duration-300 rounded-xl border flex items-end gap-2`} > - + */} @@ -632,7 +632,7 @@ export default function Chat({ user }: { user: ChatUserShape }) {