Replace the site dropdown with a permanent header - #4445
Draft
shaunandrews wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Aug 4, 2026
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.
Related issues
agenticPortSelectiveSync). This PR targets that branch, nottrunk, and reuses the selective-sync dialog it introduces. Retarget totrunkonce Agentic UI: Port selective sync #4377 lands.How AI was used in this PR
Claude Code reconstructed this header from a larger exploration branch on top of #4377, keeping it to the smallest change that replaces the dropdown, and verified it in isolation (typecheck + unit tests).
Proposed Changes
The site dropdown is gone. Its actions were hidden behind a trigger that also had to read as a status indicator — you couldn't tell it was a menu, and everything the site could do lived one unlabelled click away.
In its place is a permanent site header: the site's icon, name, and local URL on the left; its actions as real, visible buttons on the right. What used to be buried in the menu is now on the surface:
This is the lean first step of a larger header effort. It deliberately keeps the existing selective-sync dialog and separate Pull/Push buttons; consolidating those into a single Sync action, and bringing preview sharing back as a Share button, are follow-up PRs on top of this one.
Known gap: preview links are not reachable in this PR — that surface moves to the upcoming Share dialog rather than staying in a dropdown that's going away.
Testing Instructions
Pre-merge Checklist
RELEASE-NOTES.txtif necessary.