Design Exploration: Replace the site dropdown with a permanent site header - #4400
Draft
shaunandrews wants to merge 28 commits into
Draft
Design Exploration: Replace the site dropdown with a permanent site header#4400shaunandrews wants to merge 28 commits into
shaunandrews wants to merge 28 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 was referenced Sep 1, 2026
…r-overview # Conflicts: # apps/ui/src/components/menu/style.module.css
shaunandrews
changed the base branch from
trunk
to
add-overview-preview-sites
September 4, 2026 20:15
This was referenced Sep 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
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.
Proposed Changes
This is the third PR in the site-management UI stack:
Site actions currently hide behind a dropdown whose trigger reads primarily as status. This exploration replaces that entry point with a permanent site header: site identity and state on one side, with the most relevant actions always visible on the other.
The visible hierarchy is:
It also introduces dedicated Share, Publish/connect, and selective Sync dialogs. Sync supports multiple connected sites, Push/Pull direction, database selection, and a file tree. The responsive header truncates identity first, then progressively reduces secondary actions while preserving the primary action for as long as possible.
The final stack layer (#4601) reuses the exact Preview sites list inside Share, opens this Sync dialog from each connection row, and adds operation progress to both the overview and persistent notices.
Current UI
Testing Instructions
Verification used while preparing this stack:
Pre-merge Checklist