feat(FN-3085): harden graph task filtering with in-review and orphan edge s
Merges graph task filtering hardening (FN-3085) — adding in-review node treatment and orphan dependency edge handling with comprehensive tests and documentation — alongside drag interaction wiring (FN-3625) that enables TaskCard drag override and graph drag opt-out. Fusion-Task-Id: FN-3085
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
transform: scale(1.01);
|
||||
}
|
||||
|
||||
.graph-task-node--in-review {
|
||||
border-inline-start: calc(var(--btn-border-width) * 3) solid var(--in-review);
|
||||
border-start-start-radius: var(--radius-md);
|
||||
border-end-start-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
.graph-task-active-indicator {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user