Skip to content

Conversation

@CasualDeveloper
Copy link

@CasualDeveloper CasualDeveloper commented Dec 25, 2025

Summary

  • Allow long session names to wrap to two lines in the dialog instead of being truncated
  • Remove redundant paddingLeft={3} on text element that was causing incorrect wrap calculations in opentui's flex layout

Closes #6165

@CasualDeveloper CasualDeveloper force-pushed the feat/session-dialog-wrap branch 2 times, most recently from ab3c873 to 5df4953 Compare December 26, 2025 06:51
- Replace overflow hidden with wrapMode word to enable text wrapping
- Add maxHeight=2 to limit to two lines
- Add flexWrap=wrap on option container to allow content flow
- Change truncation from 61 to 122 chars (~2 lines worth)
@CasualDeveloper CasualDeveloper force-pushed the feat/session-dialog-wrap branch from 5df4953 to d99001d Compare December 26, 2025 13:31
@CasualDeveloper CasualDeveloper changed the title feat(tui): allow session names to wrap to two lines in dialog [#6165] feat(tui): allow session names to wrap to two lines in dialog Dec 26, 2025
@CasualDeveloper CasualDeveloper changed the title [#6165] feat(tui): allow session names to wrap to two lines in dialog [6165] feat(tui): allow session names to wrap to two lines in dialog Dec 26, 2025
@CasualDeveloper CasualDeveloper changed the title [6165] feat(tui): allow session names to wrap to two lines in dialog feat(tui): allow session names to wrap to two lines in dialog (#6165) Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Model/Session dialog truncating & incorrectly wrapping long names

1 participant