Commit 49ee76d
Animate the live path edges as an invoice routes the graph
The live workflow graph lit up nodes by status but the edges stayed inert — the "loop
made visible" didn't actually show the bill moving. Now an edge animates (marching ants)
and goes accent when the invoice flowed along it: the source step passed (approved/done)
and the target was reached (a live status, not a dead skip/block). The skipped branches
stay neutral gray, so the eye follows the realized path down to the gate it's waiting on
or the ERP post.
Kept the structural `edges` status-free and patch the flow styling in a separate cheap
effect keyed on a status signature — so a status tick never resets/re-measures/re-lays-out
the graph (that path only fires on a real structural change). Inert everywhere there's no
run (onboarding, diff preview): no statuses → no live edges, exactly as before.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 332063a commit 49ee76d
1 file changed
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
507 | 511 | | |
508 | 512 | | |
509 | 513 | | |
| 514 | + | |
| 515 | + | |
510 | 516 | | |
511 | 517 | | |
512 | 518 | | |
| |||
663 | 669 | | |
664 | 670 | | |
665 | 671 | | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
666 | 710 | | |
667 | 711 | | |
668 | 712 | | |
| |||
0 commit comments