From 0b76ec9f3e66eabc6e8e7bc9c75d12b3c5a54ffe Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Sun, 25 Jan 2026 13:24:12 -0800 Subject: [PATCH] fix: remove disconnected indicator, add button spacing and min-width --- frontend/packages/web/index.html | 7 ++++++- frontend/packages/web/src/App.tsx | 8 +------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/packages/web/index.html b/frontend/packages/web/index.html index c0b24bb..4035bcb 100644 --- a/frontend/packages/web/index.html +++ b/frontend/packages/web/index.html @@ -399,7 +399,7 @@ .sidebar-header-actions { display: flex; align-items: center; - gap: 4px; + gap: 8px; } .sidebar-icon-btn { @@ -603,6 +603,11 @@ line-height: 1.5; } + .empty-state .button { + margin-top: 16px; + min-width: 180px; + } + .message { display: flex; gap: 10px; diff --git a/frontend/packages/web/src/App.tsx b/frontend/packages/web/src/App.tsx index a5e7e98..0eaa323 100644 --- a/frontend/packages/web/src/App.tsx +++ b/frontend/packages/web/src/App.tsx @@ -713,12 +713,6 @@ export default function App() {
SA
Sandbox Agent -
-
- - Disconnected -
-
@@ -872,7 +866,7 @@ export default function App() {

Create a new session to start chatting with an agent.

-