feat: added a Warnings sidebar

warnings are now displayed in the sidebar

ref: N25B-450
This commit is contained in:
JGerla
2026-01-15 16:03:33 +01:00
parent f62f416af3
commit 022a6708ea
9 changed files with 208 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import {
type XYPosition,
} from '@xyflow/react';
import '@xyflow/react/dist/style.css';
import { editorWarningRegistry } from "./EditorWarnings.tsx";
import { editorWarningRegistry } from "./components/EditorWarnings.tsx";
import type { FlowState } from './VisProgTypes';
import {
NodeDefaults,