From cd18e76b2d927ff349df9fc264d82d051454d4e7 Mon Sep 17 00:00:00 2001
From: ssdfasd <2156608475@qq.com>
Date: Thu, 19 Mar 2026 22:47:31 +0800
Subject: [PATCH] Remove header toolbar from terminal page
---
src/App.tsx | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 900f9d1..1da7e28 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -165,44 +165,6 @@ function App() {
return (
- {/* Header / Toolbar */}
-
-
Terminal
-
-
- setInputCwd(e.target.value)}
- placeholder="Working directory..."
- className="px-3 py-1.5 text-sm bg-[#3c3c3c] text-[#d4d4d4] border border-[#3c3c3c] rounded focus:outline-none focus:border-[#007acc] w-64"
- />
-
-
-
-
-
-
- {isConnected ? 'Connected' : isConnecting ? 'Connecting...' : 'Disconnected'}
-
-
-
- {isConnected && (
-
- )}
-
-
{/* Error message */}
{error && (