Skip to content

fix(conversations): Collapse long traces list into '+N more' dropdown#114041

Merged
obostjancic merged 5 commits intomasterfrom
ognjenbostjancic/tet-2258-traces-list-can-get-silly-long-in-conversations
Apr 28, 2026
Merged

fix(conversations): Collapse long traces list into '+N more' dropdown#114041
obostjancic merged 5 commits intomasterfrom
ognjenbostjancic/tet-2258-traces-list-can-get-silly-long-in-conversations

Conversation

@obostjancic
Copy link
Copy Markdown
Member

@obostjancic obostjancic commented Apr 27, 2026

The traces list in the conversation detail header could grow very long. Show the first 5 inline and put the rest behind a '+N more' dropdown.

Before:
CleanShot 2026-04-28 at 08 11 31@2x

After:
CleanShot 2026-04-28 at 08 11 01@2x

Refs TET-2258

The traces list in the conversation detail header could grow very long
when a conversation spans many traces. Show the first 5 inline and put
the rest behind a '+N more' dropdown.

Refs TET-2258
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 27, 2026

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 27, 2026
DropdownButton doesn't accept the 'borderless' prop. Use
priority="transparent" to match the existing copy button styling
nearby.
…down

Apply the same overflow treatment as the traces list: show the first 5
tool tags inline, put the rest behind a '+N more' dropdown.

Refs TET-2258
@obostjancic obostjancic marked this pull request as ready for review April 28, 2026 06:11
@obostjancic obostjancic requested a review from a team as a code owner April 28, 2026 06:11
…links

Trace IDs in the conversation summary header were rendered as plain
monospace text inside a link, giving no visual cue they were
clickable. Apply Text variant="accent" so they match the existing
AggregateItem link styling in the same component.
@obostjancic obostjancic merged commit 50fe5dd into master Apr 28, 2026
65 checks passed
@obostjancic obostjancic deleted the ognjenbostjancic/tet-2258-traces-list-can-get-silly-long-in-conversations branch April 28, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants