Agentic UI: Replace the site dropdown with a permanent header - #4445
Closed
shaunandrews wants to merge 1 commit into
Closed
Agentic UI: Replace the site dropdown with a permanent header#4445shaunandrews wants to merge 1 commit into
shaunandrews wants to merge 1 commit into
Conversation
This was referenced Aug 4, 2026
Contributor
Author
The per-site busy guard added here only tracks Push and Pull mutations. In the stacked follow-ups, Share/preview publishing can still start while either is running, so two operations may export or mutate the same local site concurrently. Please extend the coordination model to cover preview publishing (or otherwise make these operations mutually exclusive). |
Show the site's identity and actions in a permanent header instead of an unlabeled dropdown: a connected site gets a Sync menu (push/pull) and Share; an unconnected one gets Publish; signed-out users see Log in. Disconnect moves to an overflow menu. Removes the old site-dropdown component. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
shaunandrews
force-pushed
the
stu-2162-header-replaces-dropdown
branch
from
August 19, 2026 19:51
84e708a to
6458377
Compare
Contributor
Author
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
Stack
Base of a 3-PR stack, each building on the previous:
How AI was used in this PR
Consolidated the header from a larger exploration branch, reconciled it with current
trunk, and carved it into this reviewable stack. The screenshots below were captured from the local agentic UI (studio ui).Proposed Changes
Replace the site dropdown with a permanent header so the selected site's identity and actions are always visible, instead of hidden behind a trigger that read as a status indicator.
The identity is intentionally non-interactive here; the interactive site menu and the Learn-more modal are the stacked follow-ups above.
Screenshots
Testing Instructions
Verification completed
npm run typecheck(clean)apps/uisite-toolbar unit tests passPre-merge Checklist