feat(dashboard): node/edge deletion with safe cascade semantics

This commit is contained in:
gsxdsm
2026-06-04 19:45:44 -07:00
parent ffc4d8a6ed
commit f67a2542b9
12 changed files with 365 additions and 1 deletions

View File

@@ -194,6 +194,12 @@
color: var(--ws-error);
}
/* Inspector delete buttons (U3): sit below the field group, sized to the panel. */
.wf-inspector-delete {
margin-top: var(--space-sm);
justify-content: center;
}
.wf-editor-banner {
padding: var(--space-sm) var(--space-md);
background: var(--bg-secondary);