Show thread numbers in sidebar - #1174
Open
ryanbbrown wants to merge 3 commits into
Open
Conversation
ryanbbrown
marked this pull request as ready for review
August 8, 2026 02:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Show thread numberssetting under Settings → General1–9prefixes beside the first nine built-in sidebar threads when enabledbb settings general showSidebarThreadNumbers <true|false>User impact
Thread numbers remain hidden by default. Users can turn on Settings → General → Show thread numbers to see which number opens each of the first nine visible threads. Turning the setting off hides the numbers without changing the navigation shortcuts.
Testing
pnpm exec turbo run test --filter=@bb/app -- --run src/components/sidebar/sidebarThreadShortcuts.test.ts src/components/sidebar/ThreadRow.test.tsxpnpm exec turbo run test --filter=@bb/cli -- --run src/__tests__/command-output/settings.test.tspnpm exec turbo run test --filter=@bb/server -- --run test/system/general-settings.test.tspnpm exec turbo run test --filter=@bb/db -- --run test/migration-journal.test.ts test/migration-folder.test.tspnpm exec turbo run typecheck --filter=@bb/app --filter=@bb/cli --filter=@bb/server --filter=@bb/db --filter=@bb/domain --filter=@bb/server-contract --filter=@bb/sdk --filter=@bb/plugin-sdk --filter=@bb/templatespnpm exec turbo run lint --filter=@bb/app --filter=@bb/cli --filter=@bb/server --filter=@bb/db --filter=@bb/domaingit diff --check