multichannel support + colormap inherit

This commit is contained in:
2026-03-24 21:01:58 -07:00
parent 53e2fc7746
commit a60b0c15ca
12 changed files with 889 additions and 220 deletions

View File

@@ -211,6 +211,11 @@ function CustomNode({ id, data }) {
);
})}
{/* Warning notification */}
{data.warning && (
<div className="node-warning">{data.warning}</div>
)}
{/* Widget rows */}
{widgets.map((w) => (
<div className="widget-row" key={w.name}>