feat: made warnings undo redo safe and added warnings to phase nodes

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 11:26:48 +01:00
parent e86c06c3e5
commit d6d74d4c6b
5 changed files with 128 additions and 20 deletions

View File

@@ -19,9 +19,6 @@ export function WarningsSidebar() {
? warnings
: warnings.filter(w => w.severity === severityFilter);
return (
<aside className={styles.warningsSidebar}>
<WarningsHeader
@@ -83,7 +80,7 @@ function WarningsList(props: { warnings: EditorWarning[] }) {
)
}
return (
<div>
<div style={{overflowY: 'auto'}}>
<div className={"warningGroup"}>
<div className={styles.warningGroupHeader}>global:</div>
<div className={styles.warningsList}>