Skip to content

fix: remove archive/title actions from detail view dropdown#23740

Draft
DanielleMaywood wants to merge 1 commit intomainfrom
dm/cleanup-detail-dropdown
Draft

fix: remove archive/title actions from detail view dropdown#23740
DanielleMaywood wants to merge 1 commit intomainfrom
dm/cleanup-detail-dropdown

Conversation

@DanielleMaywood
Copy link
Copy Markdown
Contributor

🤖 This PR was written by Coder Agent on behalf of Danielle Maywood 🤖

Removes the regenerate title, archive, archive & delete workspace, and unarchive menu items from the detail view (TopBar) dropdown. These actions are already available in the sidebar dropdown, so having them in both places was redundant.

The detail view dropdown now only contains workspace-related actions:

  • Open in Cursor
  • Open in VS Code
  • Open Terminal
  • Copy SSH Command
  • View Workspace
Changes
  • TopBar.tsx: Removed archive/title menu items and their associated props (onArchiveAgent, onUnarchiveAgent, onArchiveAndDeleteWorkspace, onRegenerateTitle, isRegenerateTitleDisabled, hasWorkspace, isArchived) and unused icon imports
  • AgentDetailView.tsx: Removed the now-unnecessary props from all three call sites
  • TopBar.stories.tsx: Removed Archived, GenerateTitle, and ArchivedWithUnarchive stories and cleaned up defaultProps

@github-actions github-actions bot added the community Pull Requests and issues created by the community. label Mar 28, 2026
@DanielleMaywood DanielleMaywood force-pushed the dm/cleanup-detail-dropdown branch from 9ec283d to 854630a Compare March 28, 2026 00:30
These actions (regenerate title, archive, archive & delete workspace,
unarchive) are already available in the sidebar dropdown. Having them
duplicated in the detail TopBar dropdown is redundant.
@DanielleMaywood DanielleMaywood force-pushed the dm/cleanup-detail-dropdown branch from 854630a to 909711e Compare March 28, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Pull Requests and issues created by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant