Problem
The overview screen currently filters by watchlist / open / mine, but there is no way to narrow the list to a single project. When the cache holds issues from several projects, finding everything belonging to one of them means scrolling or relying on the search modal.
Proposal
Add a project-prefix filter to the overview:
- A keyboard binding (e.g.
p) that cycles through the distinct project prefixes present in the cache, or opens a small picker if there are more than a handful.
- Reflect the active project filter in the status line alongside the existing filter indicators.
- Composes with the existing watchlist / open / mine filters.
The project prefix is the part of the issue key before the dash, so no schema change is needed — it can be derived from the cached rows.
Out of scope
- Multi-project selection (one prefix at a time is enough for a first pass).
- Any change to the sync layer.
Problem
The overview screen currently filters by watchlist / open / mine, but there is no way to narrow the list to a single project. When the cache holds issues from several projects, finding everything belonging to one of them means scrolling or relying on the search modal.
Proposal
Add a project-prefix filter to the overview:
p) that cycles through the distinct project prefixes present in the cache, or opens a small picker if there are more than a handful.The project prefix is the part of the issue key before the dash, so no schema change is needed — it can be derived from the cached rows.
Out of scope