From 17703a430e66e776309354313b2ff04eced37a8e Mon Sep 17 00:00:00 2001 From: uroma Date: Tue, 20 Jan 2026 05:56:07 +0000 Subject: [PATCH] feat: make Terminal Debug Panel collapsible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add collapse/expand functionality to debug panel with: - Toggle button with arrow icon (▼/▶) - Smooth CSS transitions (0.3s ease-in-out) - localStorage persistence for collapsed state - Hover effects for better UX (header background, button invert) - Accessible with aria-label - Click anywhere on header to toggle The panel remembers its collapsed state across page refreshes. Co-Authored-By: Claude Sonnet 4.5 --- public/claude-ide/index.html | 58 ++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/public/claude-ide/index.html b/public/claude-ide/index.html index b75b6f46..87e28206 100644 --- a/public/claude-ide/index.html +++ b/public/claude-ide/index.html @@ -225,13 +225,16 @@ - -
-
+ +
+

🐛 Terminal Debug Panel

+
-
-
Waiting for terminal activity...
+
+
+
Waiting for terminal activity...
+
@@ -322,5 +325,50 @@ + + +