wip: pr file diffing

This commit is contained in:
2026-05-18 22:30:46 +08:00
parent aa99ba2596
commit 553af0290f
32 changed files with 1523 additions and 164 deletions

View File

@@ -0,0 +1,29 @@
{
"node": {
"__typename": "PullRequest",
"files": {
"edges": [
{
"cursor": "file:PR_kwDONovem84:1",
"node": {
"changeType": "MODIFIED",
"additions": 38,
"deletions": 11,
"path": "src/query.rs",
"viewerViewedState": "UNVIEWED"
}
},
{
"cursor": "file:PR_kwDONovem84:2",
"node": {
"changeType": "MODIFIED",
"additions": 54,
"deletions": 17,
"path": "src/screen/dashboard/issue_list.rs",
"viewerViewedState": "VIEWED"
}
}
]
}
}
}