From 1e393bedb29e2b0b5c122bed14830a6dc44a8c5c Mon Sep 17 00:00:00 2001 From: dotta Date: Wed, 18 Mar 2026 12:20:18 -0500 Subject: [PATCH] Move Advanced settings above file browser, improve spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Advanced collapsible now sits in its own row above the file browser/editor - Increased spacing between form fields (gap-4 → gap-5, space-y-1 → space-y-1.5) - Added more bottom padding (pb-6) to Advanced section for scroll room - Increased inner spacing (space-y-4 → space-y-5) so mode/root path/entry file don't touch Co-Authored-By: Paperclip --- ui/src/pages/AgentDetail.tsx | 305 ++++++++++++++++++----------------- 1 file changed, 153 insertions(+), 152 deletions(-) diff --git a/ui/src/pages/AgentDetail.tsx b/ui/src/pages/AgentDetail.tsx index 08198ee1..5e88c8b0 100644 --- a/ui/src/pages/AgentDetail.tsx +++ b/ui/src/pages/AgentDetail.tsx @@ -1798,6 +1798,159 @@ function PromptsTab({ )} + + + + Advanced + + + + +
+ + +
+
+
+
+
@@ -1935,158 +2088,6 @@ function PromptsTab({
- - - - Advanced - - - - -
- - -
-
-
-
); }