Skip to content

The repository sidebar

Searching the sidebar filters and can solo a branch

The search box at the top of the sidebar filters the whole tree live — branches, tags, stashes, worktrees — as you type, with a running count of what matched. Solo mode (the focus icon next to it) is a second, independent way to narrow things down: once enabled, each branch gets its own toggle to show or hide it in the graph, so you can look at just the one or two lines of history you care about right now.

Searching the sidebar filters and can solo a branch

Captured from the running app by this scenario.

Do this

  1. Search the sidebar for login
  2. Clear the sidebar search
  3. Enable solo mode
  4. Clear solo mode

You should see

  • The sidebar filter shows 1 / 2 results
  • The sidebar filter is hidden
  • The solo strip shows 1 branch soloed
  • The solo strip is hidden

Pinning a branch keeps it pinned across a reload

Pinning a branch (the pin icon on hover, or always visible once pinned) moves it to its own group at the top of the Local section, ahead of everything else — handy once a repository has more branches than fit on screen. The pin is remembered per repository and survives closing and reopening the app.

Pinning a branch keeps it pinned across a reload

Captured from the running app by this scenario.

Do this

  1. Expand the local sidebar section
  2. Pin the feature/login branch
  3. Reload the application
  4. Expand the local sidebar section

You should see

  • The feature/login branch is pinned
  • The feature/login branch is pinned

This page is generated from apps/e2e/features/sidebar-navigation.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.