From d1723ff5d79b83289faa88aacdc2c80ed9f215d5 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 28 Jun 2026 19:32:03 +0800 Subject: [PATCH] feat: improve layout and styling of WorkflowConfigPanel for better UI consistency --- .../_components/workflow-config-sidebar.tsx | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/web/app/dashboard/ai-workflows/_components/workflow-config-sidebar.tsx b/web/app/dashboard/ai-workflows/_components/workflow-config-sidebar.tsx index 14a585e..b3c83ee 100644 --- a/web/app/dashboard/ai-workflows/_components/workflow-config-sidebar.tsx +++ b/web/app/dashboard/ai-workflows/_components/workflow-config-sidebar.tsx @@ -93,8 +93,9 @@ export function WorkflowConfigPanel({
-
-
+
+
+
updatePanelTitle(event.target.value)} /> - {panelDescription ? ( -
- {panelDescription} -
- ) : null}
- + +
+ {panelDescription ? ( +
+ {panelDescription} +
+ ) : null}
{panelMeta ? (