From 753439687e7c4aad786c403308f29fc20d997010 Mon Sep 17 00:00:00 2001 From: ShaerWare Date: Thu, 2 Apr 2026 23:43:58 +0500 Subject: [PATCH] fix: show compact centered input when panels open with no session Full welcome screen shown when no panels open. When branch tree or settings panel is open with no session, a compact centered input field fills the remaining space between sidebar and panel. Co-Authored-By: Claude Opus 4.6 (1M context) --- admin/src/views/ChatView.vue | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/admin/src/views/ChatView.vue b/admin/src/views/ChatView.vue index 99bbc34..f8da3ad 100644 --- a/admin/src/views/ChatView.vue +++ b/admin/src/views/ChatView.vue @@ -2697,8 +2697,8 @@ class="w-4 h-4 rounded border flex items-center justify-center shrink-0"
- -
+ +
@@ -2758,6 +2758,30 @@ class="w-4 h-4 rounded border flex items-center justify-center shrink-0"
+ +
+
+
+