Prioritize GitHub lists in the work-items sidebar - #712
Merged
Conversation
Harry19081
marked this pull request as ready for review
August 6, 2026 13:00
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.
Problem
The work-management sidebar places generic Work Items and Projects before the directly actionable GitHub pull-request and issue lists. This makes the most frequently used repository queues slower to reach.
Solution
Reorder the existing menu entries to show GitHub PRs first, then GitHub Issues, followed by Work Items and Projects. IDs, icons, labels, and navigation targets remain unchanged.
Potential risks
Users accustomed to the previous ordering may need to adjust their muscle memory. No route or persisted selection identifiers change. Manual desktop visual evidence is pending, so this PR remains a draft.
Verification
pnpm exec vitest run src/scaffold/NavigationSidebar/connectors/WorkstationSidebarConnector/workItemsSidebarMenuItems.test.ts— passed (3 tests).pnpm exec eslint src/scaffold/NavigationSidebar/connectors/WorkstationSidebarConnector/workItemsSidebarMenuItems.tsx src/scaffold/NavigationSidebar/connectors/WorkstationSidebarConnector/workItemsSidebarMenuItems.test.ts— passed.pnpm typecheck— passed.