Skip to content

Your pull requests

The Launchpad reads real GitHub data once an account is connected (Settings → Integrations), and falls back to deterministic demo data otherwise. Either way, the tabs below the KPI bar all read from the one list already loaded: switching tabs narrows what's shown, it never refetches.

The tabs split PRs into mine, in progress, and waiting on me

"My Pull Requests" groups everything into what's actionable — ready to merge, needing reviewers, blocked on a conflict, waiting on your review, still a draft — so the ones that need something from you surface above the rest rather than sitting in one flat list. "Waiting for review" narrows the same list down to just those, instantly: no spinner, no second fetch.

The tabs split PRs into mine, in progress, and waiting on me

Captured from the running app by this scenario.

Do this

  1. Open the launchpad
  2. Select the waiting launchpad tab

You should see

  • The prs launchpad tab shows the pull request pr-1
  • The waiting launchpad tab shows the pull request pr-1
  • The waiting launchpad tab shows the pull request pr-4
  • The waiting launchpad tab does not show the pull request pr-2

Searching across the active tab, and folding every group at once

The search box above the tabs filters whichever list is on screen by title, author or repo — one box that follows you from tab to tab instead of a filter each has to relearn. Collapse and expand-all fold or unfold every group of the active tab in one click, for scrolling past a list you already know rather than opening each group in turn.

Searching across the active tab, and folding every group at once

Captured from the running app by this scenario.

Do this

  1. Open the launchpad
  2. Search the launchpad for Memory leak
  3. Clear the launchpad search
  4. Collapse all launchpad groups
  5. Expand all launchpad groups

You should see

  • The prs launchpad tab shows the pull request pr-2
  • The prs launchpad tab does not show the pull request pr-1
  • The prs launchpad tab does not show the pull request pr-1
  • The prs launchpad tab shows the pull request pr-1

This page is generated from apps/e2e/features/launchpad-prs.feature, the end-to-end test that drives the feature it describes.

MIT licensed · Screenshots exported from the real app by the end-to-end suite.