From 67364913e1edcfd0964e0f6a4cf25b95815a2ff9 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:13:11 +0800 Subject: [PATCH 1/2] fix: replace nested button with div role="button" to fix hydration error HTML spec doesn't allow + From 9e0e27125ce497fef30b6acc99d4fc8d51e1e101 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:15:55 +0800 Subject: [PATCH 2/2] style: adjust chat area padding for better alignment Co-Authored-By: Claude Opus 4.5 --- src/renderer/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 30f0d38fe5..58588c02be 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -154,7 +154,7 @@ function AppContent(): React.JSX.Element {
{/* Chat scroll area - only messages */}
-
+
-
+
{/* Scroll to bottom button - above input, left-aligned */} {!isAtBottom && currentSession && ( -
+