feat(canvas): finalize mixer reconnect swap and related updates

This commit is contained in:
2026-04-11 07:42:42 +02:00
parent f3dcaf89f2
commit 028fce35c2
52 changed files with 3859 additions and 272 deletions

View File

@@ -11,6 +11,7 @@ import {
Image,
Package,
Palette,
Layers,
Sparkles,
StickyNote,
Sun,
@@ -43,6 +44,7 @@ const NODE_ICONS: Record<CanvasNodeTemplate["type"], LucideIcon> = {
"light-adjust": Sun,
"detail-adjust": Focus,
render: ImageDown,
mixer: Layers,
};
const NODE_SEARCH_KEYWORDS: Partial<