feat: added a Warnings sidebar
warnings are now displayed in the sidebar ref: N25B-450
This commit is contained in:
@@ -7,7 +7,7 @@ import {useEffect} from "react";
|
||||
import { Toolbar } from '../components/NodeComponents';
|
||||
import styles from '../../VisProg.module.css';
|
||||
import {SingleConnectionHandle} from "../components/RuleBasedHandle.tsx";
|
||||
import type {EditorWarning} from "../EditorWarnings.tsx";
|
||||
import type {EditorWarning} from "../components/EditorWarnings.tsx";
|
||||
import {allowOnlyConnectionsFromHandle} from "../HandleRules.ts";
|
||||
import useFlowStore from "../VisProgStores.tsx";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user