feat: added jump to node on clicking the warning

ref: N25B-450
This commit is contained in:
JGerla
2026-01-15 16:24:08 +01:00
parent a6f24b677f
commit 5a9b78fdda
3 changed files with 33 additions and 2 deletions

View File

@@ -53,6 +53,11 @@
gap: 8px;
padding: 8px 12px;
border-radius: 5px;
cursor: pointer;
}
.warning-item:hover {
background: ButtonFace;
}
.warning-item--error {