Seen on: work/stack-6315-refresh-20260829
What it fixes
The Repository pane has History and Pull Requests but no Issues. Once upstream ships an issues workspace, a user still has to leave the thread to read the issue the work is about. This piece adds the Issues sub-tab, reusing upstream's issue list and detail views, with a link from an issue to its pull request that opens in the Pull Requests sub-tab.
Why we need it
It is PR 11 of the series in the Git History series issue (#8), the end state. It is the only piece that waits on upstream, and it is tiny once the pane exists.
How to fix it
Cut a fresh branch on top of the Repository pane carrying the Issues sub-tab that mounts upstream's issues panel in project scope, the linked-pull-request handoff, and their tests. Deferred until upstream's issues workspace exists in some form.
Seen on: work/stack-6315-refresh-20260829
What it fixes
The Repository pane has History and Pull Requests but no Issues. Once upstream ships an issues workspace, a user still has to leave the thread to read the issue the work is about. This piece adds the Issues sub-tab, reusing upstream's issue list and detail views, with a link from an issue to its pull request that opens in the Pull Requests sub-tab.
Why we need it
It is PR 11 of the series in the Git History series issue (#8), the end state. It is the only piece that waits on upstream, and it is tiny once the pane exists.
How to fix it
Cut a fresh branch on top of the Repository pane carrying the Issues sub-tab that mounts upstream's issues panel in project scope, the linked-pull-request handoff, and their tests. Deferred until upstream's issues workspace exists in some form.