Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.21 KB

File metadata and controls

37 lines (26 loc) · 1.21 KB

GitHub Dashboard

A single-page dashboard that gives you a calm, two-pane view of every GitHub account and organization you belong to — repositories on one side, your active pull requests on the other.

Dashboard screenshot

What it shows

  • All your owners in one sidebar. Your personal account plus every organization you're a member of.
  • Repositories for the selected owner, sorted by most recently updated, with language, star count, and private/archived flags.
  • Active pull requests for the selected owner, tagged with how you relate to each one — you opened it, you're assigned, or your review was requested.

Cross-org search (/)

Provides search over every repo and PR you can see, in one modal.

Search screenshot

How it works

The whole app is a single index.html file. It talks directly to the GitHub GraphQL API from your browser using a Personal Access Token you provide — no backend, no telemetry, no account. The token is kept only in your browser's localStorage.

Keyboard shortcuts

Key Action
/ Open search
R Refresh data
esc Close overlays