From 957a65397abd9d604eeadd35a196be0f00e28aa5 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 16 Jan 2026 15:13:27 -0400 Subject: [PATCH] Fix modal header positioning and step content display - Header now flush with top of modal (full draggable area) - Content area properly padded below header - Fix step rendering: use step.prompt not step.content - Show provider, output_var, and step name in step display - Add support for tool steps - Add max-height with scroll for long prompts/code Co-Authored-By: Claude Opus 4.5 --- src/cmdforge/web/templates/admin/pending.html | 80 +++++++++++-------- 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/src/cmdforge/web/templates/admin/pending.html b/src/cmdforge/web/templates/admin/pending.html index d678c75..5ac005e 100644 --- a/src/cmdforge/web/templates/admin/pending.html +++ b/src/cmdforge/web/templates/admin/pending.html @@ -141,8 +141,8 @@