This commit is contained in:
2026-06-12 02:17:34 +01:00
parent 88c17a2892
commit d0bdbee41e
14 changed files with 877 additions and 360 deletions

View File

@@ -29,6 +29,25 @@
"messageHeadline": "Hydrate issue pane from cached dashboard state"
}
},
{
"__typename": "PullRequestCommit",
"commit": {
"committedDate": "2026-05-01T10:45:00Z",
"abbreviatedOid": "73ac918",
"messageHeadline": "Preserve selected pull request while refreshing issues"
}
},
{
"__typename": "PullRequestReview",
"createdAt": "2026-05-01T11:30:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"state": "APPROVED",
"body": "Query cache behavior looks stable during rapid list refreshes."
},
{
"__typename": "CrossReferencedEvent",
"createdAt": "2026-05-01T12:00:00Z",
@@ -61,6 +80,36 @@
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"body": "Cache hydration is now stable across refetches."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-01T12:45:00Z",
"author": {
"__typename": "Bot",
"login": "novem-ci",
"avatarUrl": "https://avatars.githubusercontent.com/in/54321?v=4"
},
"body": "Smoke suite passed with cached issue pane hydration enabled."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-01T13:10:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "I also checked keyboard navigation during refresh and the selection anchor holds."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-01T13:25:00Z",
"author": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"body": "Great, I will mirror this behavior in the pull request detail pane next."
}
]
}