feat: enhance workflow editor with new plugins, improved node handling, and UI updates

This commit is contained in:
mlogclub
2026-06-27 21:44:29 +08:00
parent 689acc997c
commit 1472c487ac
7 changed files with 202 additions and 60 deletions
@@ -12,7 +12,7 @@ export function WorkflowNodePalette({
onAddNode: (spec: AIWorkflowNodeSpec) => void
}) {
return (
<aside className="flex w-60 shrink-0 flex-col border-r bg-muted/20">
<aside className="relative z-50 flex w-60 shrink-0 flex-col border-r bg-muted/20">
<div className="border-b px-3 py-2">
<div className="text-sm font-medium"></div>
</div>