feat: expose workflow semantic documentation subjects

This commit is contained in:
2026-08-21 15:53:44 +02:00
parent f49ad8eff4
commit 0fd744a2db
10 changed files with 967 additions and 17 deletions
+12
View File
@@ -451,6 +451,18 @@
color: var(--danger-text);
}
.workflow-inspector-actions {
display: inline-flex;
min-width: 0;
align-items: center;
justify-content: flex-end;
gap: 5px;
}
.workflow-inspector-actions .btn {
white-space: nowrap;
}
.workflow-diagnostics {
display: flex;
max-height: 38%;