Make multi-agent group name input more prominent and readable#234
Merged
StephaneDelcroix merged 1 commit intomainfrom Feb 28, 2026
Merged
Conversation
Match the styling of the new-group-input (used for multi-agent team name) to the session name input (ns-name) by: - Increasing font-size from var(--type-caption1) to var(--type-body) - Increasing padding from 0.15rem/0.2rem to 0.5rem 0.65rem - Using var(--control-bg) background instead of var(--control-border) - Using transparent border with accent focus state - Widening the input (100%/200px instead of 100px/120px) - Removing inline font-size: 12px override on preset name input - Adding placeholder and focus styles Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
✅ Multi-Model Review: Ready to MergePure CSS styling improvement. All 5 review models found no bugs, logic errors, or functional risk.
|
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.
Problem
When creating a new multi-agent group, the name input field was very small and hard to read compared to the session name input when creating a new session.
Before
var(--type-caption1)(tiny)0.15rem 0.4rem/0.2rem 0.5rem100px/120px(fixed, narrow)var(--control-border)(dark, blends in)After
var(--type-body)(matches session name input)0.5rem 0.65rem(matches session name input)100%/200px(more room to type)var(--control-bg)(standard input look)font-size: 12pxoverride on preset name inputFiles Changed
SessionSidebar.razor.css— Updated.new-group-inputclassDashboard.razor.css— Updated.dashboard-header .new-group-inputclassSessionSidebar.razor— Removed inline font-size override on preset name inputTesting