Fix workspace home model count submenus showing for every model on open#569
Fix workspace home model count submenus showing for every model on open#569johnny4dev wants to merge 1 commit intoDimillian:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9615e72e74
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
9615e72 to
ad13659
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ad136592a6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
ad13659 to
20873a8
Compare
20873a8 to
e9519a9
Compare
Summary
Fix workspace home model count submenus showing for every model on open.
While fixing that, this also cleans up the worktree model menu layout so long model names remain readable and no longer collide with the instance count affordance on the right.
Details
In worktree mode, each model row has a nested submenu for selecting the number of runs. The submenu should stay hidden until the user hovers or focuses the corresponding model row.
This change updates the menu styling so:
1xand chevron keep dedicated spacing without overlapping labelsScreenshots
Before:

After:

Scope
src/styles/workspace-home.cssValidation
npm run typechecknpm run test