Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

@ammar-agent ammar-agent commented Jan 29, 2026

Summary

Add a new WorkspaceHoverPreview component that shows a dense preview of workspace info when hovering over workspace list items in the sidebar.

Background

Previously, the hover card only showed RuntimeBadge + title. This change adds more useful context including branch, git status, and PR link - similar to what's shown in the main workspace header.

Implementation

Created WorkspaceHoverPreview.tsx which displays:

  • RuntimeBadge
  • Project name
  • Branch selector
  • Git status indicator
  • PR link badge (via WorkspaceLinks)

The WorkspaceHeader is unchanged - this component is only used in the hover card.


Generated with mux • Model: anthropic:claude-opus-4-5 • Thinking: high • Cost: $1.27

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions github-actions bot added the bug label Jan 29, 2026
@ammar-agent ammar-agent changed the title 🤖 fix: wrap HoverCardContent in Portal for correct side positioning 🤖 refactor: extract WorkspaceTitleBar for reuse in header and hover card Jan 29, 2026
Create a new WorkspaceHoverPreview component that shows a dense preview
of workspace info when hovering over workspace list items. Displays:
- RuntimeBadge
- Project name
- Branch selector
- Git status indicator
- PR link badge

This does not change the WorkspaceHeader layout - it only adds the
new component for use in the hover card.
@ammar-agent ammar-agent changed the title 🤖 refactor: extract WorkspaceTitleBar for reuse in header and hover card 🤖 refactor: add WorkspaceHoverPreview for workspace list item hover card Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant