Skip to content

Surface active workspace in titlebar#415

Open
majormel wants to merge 1 commit into
repoprompt:mainfrom
majormel:feature/411-active-workspace-in-titlebar
Open

Surface active workspace in titlebar#415
majormel wants to merge 1 commit into
repoprompt:mainfrom
majormel:feature/411-active-workspace-in-titlebar

Conversation

@majormel

@majormel majormel commented Jul 7, 2026

Copy link
Copy Markdown

Summary

  • Adds a prominent top toolbar workspace picker that shows the active workspace name across the main window.
  • Reuses the existing workspace picker switching behavior and adds a direct Create Workspace... action from the new top control.
  • Fixes the create-workspace sheet flow so a newly created workspace is switched to once instead of being created twice.

Screenshots

Active workspace picker with create/manage actions:

Workspace picker showing active workspace and Create Workspace action

Multiple-workspace dropdown:

Workspace picker dropdown with multiple workspaces

Why

Issue #411 calls out that the active workspace identity is easy to miss when users switch between multiple workspaces. The top toolbar now keeps that identity visible at a glance and provides quick switch/create/manage actions from the same place.

Validation

  • make dev-format
  • make dev-swift-build PRODUCT=RepoPrompt
  • make dev-lint
  • .agents/skills/rpce-contribution-check/scripts/preflight.sh commit
  • .agents/skills/rpce-contribution-check/scripts/preflight.sh push

Closes #411

@provencher

Copy link
Copy Markdown
Collaborator

Add a screenshot for big visual changes like this

@majormel majormel marked this pull request as ready for review July 7, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Surface the active workspace name prominently at the top of the main window

2 participants