feat: error connections

This commit is contained in:
2026-03-11 23:05:09 +01:00
parent e79821bd81
commit 48dcf38e01
6 changed files with 112 additions and 5 deletions

View File

@@ -162,6 +162,12 @@ body {
transition: none;
}
.react-flow__edge path.animated-edge-path.animated-edge-path--error,
.animated-edge-path.animated-edge-path--error {
stroke: hsl(0 70% 50%);
transition: none;
}
@keyframes edge-flow {
0% {
stroke-dashoffset: 14;