Remove menu item subtitles and fix persona card overflow#289
Merged
wesbillman merged 3 commits intomainfrom Apr 10, 2026
Merged
Remove menu item subtitles and fix persona card overflow#289wesbillman merged 3 commits intomainfrom
wesbillman merged 3 commits intomainfrom
Conversation
Strip the inline subtitle spans and flex-col wrappers from DropdownMenuItem components in ManagedAgentRow, PersonasSection, and TeamsSection. Form field descriptions in CreateAgentDialogSections are intentionally kept. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
DropdownMenuItem uses flex+gap layout, so bare text nodes render identically to span-wrapped text. This aligns with the existing pattern used in forum menu items. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add overflow-hidden to persona card container and min-w-0/flex-1 to PersonaIdentity so flex items can shrink below content width. The persona name now truncates properly when space is tight, keeping the badge, info icon, and 3-dot menu inside the card boundary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
tlongwell-block
added a commit
that referenced
this pull request
Apr 11, 2026
…ona-migration * origin/main: feat(desktop): add Pulse social notes surface (#296) Fix flaky desktop smoke tests (#294) Add agent lifecycle controls to channel members sidebar (#291) Update nest_agents.md tagging info (#292) feat: add Sprout nest — persistent agent workspace at ~/.sprout (#290) Fix auth and SSRF vulns (#261) Add per-agent MCP toolset configuration to agent setup (#279) feat(desktop): team & persona import/edit flows (#288) Remove menu item subtitles and fix persona card overflow (#289) feat: Phase 1 video upload support (Blossom-compliant-ish) (#285) Add inline subtitles to menu items and field descriptions (#276) Improve ephemeral channel affordances and hide archived sidebar rows (#286) Fix @mention search to use word-boundary prefix matching (#278) Allow bot owners to remove their agents from any channel (#284) [codex] Polish agent selectors and settings layout (#283) # Conflicts: # desktop/scripts/check-file-sizes.mjs
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.


Summary
PersonaIdentity.Changes
overflow-hiddento card containermin-w-0 flex-1to outer div andmin-w-0to name row so truncation works at small widthsForm field descriptions in
CreateAgentDialogSections.tsxare intentionally preserved.Test plan
Icon + Labelitems with no subtitle text🤖 Generated with Claude Code