OSSgit-switchboard

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.

Columns
──────────────────────────────────────────────
▣ Role
▣ Author
✓ PR Number
✓ Title
▣ Repository
✓ Updated
✓ CI Status
> ✗ Merge Status
✗ Diff
▣ Linear
✓ Review
Close
Enter/Space toggle | r reorder | Esc close

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

ColumnShowsAuto
RoleWhether you authored or are assigned to the PRYes
AuthorThe PR author’s GitHub loginYes
PR NumberThe pull request numberNo
TitlePR title (fills remaining width)No
RepositoryThe owner/repo identifierYes
UpdatedRelative time since last updateNo
CI StatusPass/fail/pending check countsNo
Merge StatusMergeable, conflicting, or unknownNo
DiffLines added and removedNo
LinearLinked Linear issue identifierYes
ReviewReview state badge (approved, changes requested, etc.)No
All docs
StatusREAD