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

@@ -38,6 +38,14 @@
"messageHeadline": "Cache repository list for titlebar context switcher"
}
},
{
"__typename": "PullRequestCommit",
"commit": {
"committedDate": "2026-05-03T08:33:00Z",
"abbreviatedOid": "4e19b62",
"messageHeadline": "Reuse warm repository cache while picker refreshes"
}
},
{
"__typename": "ReviewRequestedEvent",
"createdAt": "2026-05-03T08:40:00Z",
@@ -62,6 +70,47 @@
},
"body": "The cached picker feels much faster under repo churn."
},
{
"__typename": "PullRequestReview",
"createdAt": "2026-05-03T10:20:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"state": "COMMENTED",
"body": "One edge case remains when the repository disappears mid-refresh."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T11:15:00Z",
"author": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"body": "Added a fallback to keep the picker focused when the selected repo is removed."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T11:40:00Z",
"author": {
"__typename": "Bot",
"login": "novem-ci",
"avatarUrl": "https://avatars.githubusercontent.com/in/54321?v=4"
},
"body": "Repository picker regression suite passed against the warm cache path."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T12:05:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "Confirmed the disappearing repository case no longer drops focus."
},
{
"__typename": "AutoMergeEnabledEvent",
"createdAt": "2026-05-04T06:30:00Z",