From 67bb07768733cfe8cdbfdee9e8d50fc2bee9e662 Mon Sep 17 00:00:00 2001 From: Mannu Date: Mon, 11 May 2026 09:21:19 +0530 Subject: [PATCH] Fix AI page header layout Co-Authored-By: Claude Opus 4.7 --- src/app/ai/page.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/app/ai/page.tsx b/src/app/ai/page.tsx index 6c8ab76..e9e952f 100644 --- a/src/app/ai/page.tsx +++ b/src/app/ai/page.tsx @@ -168,22 +168,14 @@ export default function AIChatPage() { )} - {/* Header - same pattern as other pages */} -
-
- -

AI Chat

-
- -
- - {/* Sidebar */} + {/* Sidebar - sessions list on left */}
-

Chats

+
+ +

Chats

+
@@ -222,8 +214,12 @@ export default function AIChatPage() { {/* Main chat */}
-
- {currentSession?.title || "AI Chat"} +
+
+ + {currentSession?.title || "AI Chat"} +
+