fix(agent-manager): unify toolbar control heights and spacing - #13366
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (8 files)
Previous Review Summary (commit d808e30)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit d808e30)Status: No Issues Found | Recommendation: Merge Files Reviewed (6 files)
Reviewed by grok-4.6 · Input: 91.8K · Output: 5.9K · Cached: 273.4K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
August 24, 2026 13:04
marius-kilocode
disabled auto-merge
August 24, 2026 13:45
WebReflection
approved these changes
Aug 24, 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.
The Agent Manager toolbar mixed control geometries: the Run button rendered taller than the surrounding icon buttons, its dropdown chevron was a squeezed one-off variant, the diff toggle used its own height, corner radius, and hover color, and split chevrons sat at different distances from the control they belong to. Because several buttons only appear when their feature is available (PR, document viewer, subagents, review), nearly every session showed a differently shaped toolbar row.
Toolbar controls now share one geometry. Every button renders at the icon-button height, spacing comes only from the toolbar container gap so any subset of optional buttons stays evenly spaced, and the Run, terminal, new-session, and worktree split buttons use the same chevron with the same offset from their icon or label. The diff toggle drops its custom radius and hover color in favor of the shared tokens. The Storybook coverage also includes a deterministic full-context state with every optional toolbar action visible.
Before, with PR, document viewer, and subagent actions visible:
After, with PR, document viewer, and subagent actions visible: