Configuring Columns
Show, hide, and reorder PR dashboard columns with auto-visibility and manual overrides.
The PR dashboard table is fully configurable. You can show, hide, and reorder columns to match your workflow. Press C (capital C) in the PR dashboard to open the column configuration modal.
Column Visibility
Each column has one of three visibility states:
- Auto (
▣) — the column is shown or hidden automatically based on context. For example, the Repository column auto-hides when you filter to a single repo, and the Role column hides when you filter by role. - Visible (
✓) — the column is always shown. - Hidden (
✗) — the column is always hidden.
Press Enter or Space on a column to cycle through its visibility states. Columns that support auto mode cycle through all three; columns without auto mode toggle between visible and hidden.
Auto-Visibility Columns
Four columns support auto mode:
- Role — auto-hides when a role filter is applied or when running in single-repo mode.
- Author — auto-hides when an exact author filter is active or when not in repo mode.
- Repository — auto-hides when an exact repo filter is active or in single-repo mode.
- Linear — auto-hides when no Linear issues are linked to any visible PRs.
Reordering Columns
Press r inside the column modal to enter reorder mode. The hint bar
changes to ↑↓ move | Enter/Esc done. Use j/k
or the arrow keys to move the selected column up or down in the list. Press
Enter or Esc to exit reorder mode. The column order is
saved automatically when you close the modal.
Available Columns
| Column | Shows | Auto |
|---|---|---|
| Role | Whether you authored or are assigned to the PR | Yes |
| Author | The PR author’s GitHub login | Yes |
| PR Number | The pull request number | No |
| Title | PR title (fills remaining width) | No |
| Repository | The owner/repo identifier | Yes |
| Updated | Relative time since last update | No |
| CI Status | Pass/fail/pending check counts | No |
| Merge Status | Mergeable, conflicting, or unknown | No |
| Diff | Lines added and removed | No |
| Linear | Linked Linear issue identifier | Yes |
| Review | Review state badge (approved, changes requested, etc.) | No |