feat: run comparison - graph diff view - #2602
Draft
camielvs wants to merge 1 commit into
Draft
Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Jul 30, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 30, 2026
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
July 30, 2026 23:22
e34d81d to
22f985a
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
2 times, most recently
from
July 31, 2026 00:24
f58787e to
6d8d1a9
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
2 times, most recently
from
July 31, 2026 01:05
a1c4ec9 to
69226d7
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
July 31, 2026 01:05
6d8d1a9 to
15d5b88
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
July 31, 2026 01:36
69226d7 to
cf080ba
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
July 31, 2026 01:36
15d5b88 to
16384ae
Compare
4 tasks
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
2 times, most recently
from
August 14, 2026 19:07
e6b562b to
659f92c
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
2 times, most recently
from
August 14, 2026 21:01
1c31e0a to
63ee9b6
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
August 14, 2026 21:01
659f92c to
3605a8d
Compare
3 tasks
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
August 14, 2026 23:47
3605a8d to
eefad45
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 14, 2026 23:47
63ee9b6 to
e57e483
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Seventh PR in the Compare Runs stack. Adds the Graph view — a visual, side-by-side-in-one-canvas take on the comparison.
It renders the merged graph (from #2597) with colour-coded nodes and edges: green for added, red for removed, amber for changed, grey for unchanged, plus a legend. Nodes show each task's status, digest and a short change summary; clicking one opens a detail popover reusing the same task/IO diff detail from the Structured view. A Highlight A / B / Both control dims everything not present in the chosen run and switches nodes to show that run's actual values.
Also refactors the run view's status indicator to extract a reusable
StatusTabso the merged task nodes can show per-run (A/B) status tabs.Related Issue and Pull requests
Part of the Compare Runs stack. Builds on #2601; the final PR (#2603) builds on this branch.
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Reachable once the stack is wired up (#2603).
Additional Comments