From f8df3ce3139dd9cc34eda95d693b94bfb1575489 Mon Sep 17 00:00:00 2001 From: Mannu Date: Mon, 11 May 2026 01:32:22 +0530 Subject: [PATCH] Fix AI chat page: add back button, disable send while loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add back link (←) to /menu in header - Send button: gray out while loading to prevent double-click Co-Authored-By: Claude Opus 4.7 --- src/app/ai/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/ai/page.tsx b/src/app/ai/page.tsx index da38ce9..3c3d565 100644 --- a/src/app/ai/page.tsx +++ b/src/app/ai/page.tsx @@ -138,6 +138,7 @@ export default function AIChatPage() { {/* Main chat */}
+ {currentSession?.title || "AI Chat"}
@@ -160,7 +161,7 @@ export default function AIChatPage() { className="flex-1 p-3 border rounded-lg" disabled={loading} /> -