Desktop Material

Launchpad

Launchpad is the repository workspace for reviewing the items that need attention first. It groups repository-backed work into Pinned, Ready to merge, Unassigned, CI failing, and Merge conflicts, and shows a truthful count and empty state for every group.

Behavior

Configuration

Launchpad uses the active repository and the app's persisted repository-view preferences. No credentials or provider tokens are stored in the Launchpad view. Empty groups are normal when the repository has no matching work.

Failure modes

Security considerations

The view is read-only until provider-backed actions are connected. Classification must use repository/provider metadata already authorized for the active account; it must not broaden scopes, scrape unrelated repositories, or persist access tokens in renderer state. Future actions must keep destructive or externally mutating work behind the app's existing reviewed confirmation and audit paths.

Verification

Suggested articles