Execution overlay: processors should have glow effect around them #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In the reference design (
examples/route-diagram-example.html), when the execution overlay is active, executed processor nodes display a colored glow (drop-shadow) around the entire box. The current implementation either lacks this glow or applies it too subtly.Expected
Executed nodes should have a visible colored glow/drop-shadow matching the reference — green for successful processors, red for errored ones, etc.
Reference
examples/route-diagram-example.html— overlay mode with glow filters on executed nodes.