Design Exploration: Replace the site dropdown with a permanent site header - #4400
Draft
shaunandrews wants to merge 22 commits into
Draft
Design Exploration: Replace the site dropdown with a permanent site header#4400shaunandrews wants to merge 22 commits into
shaunandrews wants to merge 22 commits into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ons as site tabs Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ons and results in toasts Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…step Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…t renderer Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…used webview Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…aks panel Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
shaunandrews
force-pushed
the
stu-2162-site-header-actions
branch
from
August 4, 2026 17:55
0dfb256 to
e200d5a
Compare
…-actions # Conflicts: # apps/cli/commands/pull.ts # apps/local/src/index.ts # apps/studio/src/ipc-utils.ts # apps/studio/src/main-window.ts # apps/studio/src/menu.ts # apps/studio/src/modules/sync/lib/ipc-handlers.ts # apps/ui/src/components/progressive-blur/style.module.css # apps/ui/src/components/sidebar-layout/index.tsx # apps/ui/src/components/sidebar-layout/style.module.css # apps/ui/src/components/site-dropdown/index.tsx # apps/ui/src/components/site-dropdown/main-view.module.css # apps/ui/src/components/site-dropdown/main-view.test.tsx # apps/ui/src/components/site-dropdown/main-view.tsx # apps/ui/src/components/site-dropdown/trigger-secondary.ts # apps/ui/src/components/site-dropdown/utils.ts # apps/ui/src/components/site-list/index.tsx # apps/ui/src/components/site-overview-view/index.test.tsx # apps/ui/src/components/site-overview-view/index.tsx # apps/ui/src/components/site-toolbar/index.test.tsx # apps/ui/src/components/site-toolbar/utils.test.ts # apps/ui/src/data/core/connectors/ipc/index.ts # apps/ui/src/data/core/connectors/local/index.ts # apps/ui/src/data/core/index.ts # apps/ui/src/data/core/types.ts # apps/ui/src/data/queries/use-sync-site.ts # apps/ui/src/data/sync-activity.ts # apps/ui/src/ui-classic/components/session-view/index.tsx # apps/ui/src/ui-classic/router/route-onboarding-connect/index.tsx # apps/ui/src/ui-classic/router/route-onboarding-connect/style.module.css # apps/ui/src/ui-classic/router/route-site-overview/index.tsx # packages/common/sites/sync.ts
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
How AI was used in this PR
Written with Claude Code and Codex through iterative design passes in the running app. I directed the interaction model and visual hierarchy, reviewed each pass, and had the implementation rebuilt on current trunk before updating this exploration. I've read the resulting diff.
Proposed Changes
Site actions currently live behind a dropdown whose trigger reads primarily as status. This exploration replaces that hidden entry point with a permanent site header: site identity and state on the left, with the most relevant actions visible on the right.
The current action hierarchy is:
The header also provides dedicated publish, share, sync, connection, and status flows, while preserving compact behavior at narrow widths. The split button has no border or fill at rest and reveals its frame through interaction.
Testing Instructions
Automated checks run locally:
npx eslint --fixon every changed TypeScript/TSX filenpm run typechecknpm run cli:build:uiPre-merge Checklist