Close Windows sidebar and navigation parity gaps - #400
Merged
coneilen merged 1 commit intoSep 21, 2026
Merged
Conversation
Signed-off-by: Colin Neilens <coneilen@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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
This PR closes the Windows sidebar/navigation behavior gaps called out in the parity ledger and updates
investigation/ui-parity-matrix.mdwith the resulting evidence-based statuses.Itemized results
Nested loop tree — Validated
Sidebar.State.reorderRoots/ persistedrootrecords.sidebarNodesReordered, and daemon dispatch plumbing so reorder operations are emitted server-side as well.Recent projects / Add Folder menu — Partial
File > Add Folder > Recent Foldersin the native menu, with a dedicated recent-folder command range and tests.project-row-*vsopen-project-*).Needs-you section — Validated
Activity strip — Validated
Sidebar error footer — Validated
Project context menu — Validated
/selecthandoff rather than expanding scope to a riskier in-app relocation flow.Validation
Tools\\windows\\uia-live-gate.ps1 -SidebarParityOnly..\\.graphcode-tools\\zig-0.15.2\\zig.exe test .\\src\\Wire.zig..\\.graphcode-tools\\zig-0.15.2\\zig.exe test .\\src\\WorktreeStatus.zig..\\.graphcode-tools\\zig-0.15.2\\zig.exe test .\\src\\MainWindow.zigTDD evidence
RED: powershell -NoProfile -ExecutionPolicy Bypass -File .\Tools\windows\uia-live-gate.ps1 -Shell .\pr400-red\graphcode-windows\zig-out\bin\graphcode-windows.exe -Zmx ..graphcode-tools\providers\zmx\zig-out\bin\zmx.exe -SidebarParityOnly -> exit 1: Projects did not expose grouped recent rows
GREEN: powershell -NoProfile -ExecutionPolicy Bypass -File .\Tools\windows\uia-live-gate.ps1 -Shell .\graphcode-windows\zig-out\bin\graphcode-windows.exe -Zmx ..graphcode-tools\providers\zmx\zig-out\bin\zmx.exe -SidebarParityOnly -> exit 0: sidebar parity gate passed
REGRESSION: Push-Location .\graphcode-windows; & '...graphcode-tools\zig-0.15.2\zig.exe' test .\src\Wire.zig; & '...graphcode-tools\zig-0.15.2\zig.exe' test .\src\WorktreeStatus.zig; & '...graphcode-tools\zig-0.15.2\zig.exe' test .\src\MainWindow.zig; Pop-Location -> exit 0: All 56 Wire, 9 WorktreeStatus, and 3 MainWindow tests passed
Protocol note
This PR adds the Windows-side
sidebarNodesReorderedgraph command for sidebar root ordering. If the daemon/service does not already handle that command, a matching server-side handler may still be needed in the corresponding daemon repo/service for full end-to-end persistence outside the local Windows shell state.