Summary
The Explorer page's Pull Requests tab has a "My PRs only" toggle that quickly narrows the list down to PRs authored by the signed-in user. The Issues tab has no equivalent, so finding personally authored issues in a busy repo means scrolling or hand picking the author from the dropdown.
Motivation
When a repo has thousands of issues, locating personal contributions takes too many clicks. The PR side already solves this with a one click toggle, and the Issues tab should behave the same way for consistency and faster triage.
Proposed Solution
Mirror the existing "My PRs only" behavior on the Issues tab:
- Add a "My Issues only" toggle next to the author filter, styled identically to the PR toggle.
- Show a small badge with the count of issues authored by the current user.
- When the toggle is on, the listing filters to the signed-in user's issues regardless of the State dropdown selection.
- When signed out, the toggle stays visible but inert (matches PR side behavior).
Summary
The Explorer page's Pull Requests tab has a "My PRs only" toggle that quickly narrows the list down to PRs authored by the signed-in user. The Issues tab has no equivalent, so finding personally authored issues in a busy repo means scrolling or hand picking the author from the dropdown.
Motivation
When a repo has thousands of issues, locating personal contributions takes too many clicks. The PR side already solves this with a one click toggle, and the Issues tab should behave the same way for consistency and faster triage.
Proposed Solution
Mirror the existing "My PRs only" behavior on the Issues tab: