Adopt shared WebUI structural primitives

This commit is contained in:
2026-08-18 13:17:32 +02:00
parent 55bbd15ecc
commit a071692e75
6 changed files with 94 additions and 506 deletions
@@ -20,6 +20,7 @@ import { ActionToolbar,
ConfirmDialog,
Dialog,
DismissibleAlert,
ContentGrid,
FormField,
IconButton,
LoadingFrame,
@@ -422,7 +423,7 @@ export default function WorkflowRunsDialog({
</a>
) : null}
{allowedActions.some((action) => action !== "cancel") ? (
<div className="workflow-run-action-form">
<ContentGrid columns={2} gap="compact" collapseAt="narrow" className="workflow-run-action-form">
<FormField label="Comment">
<textarea
value={comment}
@@ -466,7 +467,7 @@ export default function WorkflowRunsDialog({
</Button>
))}
</div>
</div>
</ContentGrid>
) : null}
</section>
) : null}