Agentic UI: Make the site identity a menu with quick actions - #4447
Closed
shaunandrews wants to merge 1 commit into
Closed
Agentic UI: Make the site identity a menu with quick actions#4447shaunandrews wants to merge 1 commit into
shaunandrews wants to merge 1 commit into
Conversation
shaunandrews
force-pushed
the
stu-2162-single-sync-button
branch
from
August 4, 2026 23:26
1f7e4a4 to
9cf9a82
Compare
3 tasks
Contributor
Author
Three correctness issues in the redesigned Sync dialog need attention:
This PR also replaces the base PR’s selective-sync UI, leaving that copied component tree unused in the cumulative stack. |
1 task
…ctions Turn the header identity into a button that opens a site menu — start/stop, open in browser, and the local address — with a run-state dot masked into the site icon (shown when the sidebar is hidden). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
shaunandrews
force-pushed
the
stu-2162-single-sync-button
branch
from
August 19, 2026 19:51
1ce91aa to
8e25287
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
How AI was used in this PR
Built the identity menu and the masked status-dot treatment, and verified it in the local agentic UI (
studio ui) in both themes.Proposed Changes
Turn the header identity into an interactive control instead of static text.
prefers-reduced-motion.Purely additive on top of #4445 — the base header works without it.
Screenshots
Testing Instructions
Verification completed
npm run typecheck(clean)apps/uisite-toolbar unit tests passPre-merge Checklist