Skip to content

feat(ai-conversations): drawer redesign#109182

Merged
obostjancic merged 7 commits intomasterfrom
ognjenbostjancic/tet-1982-implement-new-design-for-conversations
Feb 25, 2026
Merged

feat(ai-conversations): drawer redesign#109182
obostjancic merged 7 commits intomasterfrom
ognjenbostjancic/tet-1982-implement-new-design-for-conversations

Conversation

@obostjancic
Copy link
Member

@obostjancic obostjancic commented Feb 24, 2026

@obostjancic obostjancic requested a review from a team as a code owner February 24, 2026 11:52
@linear
Copy link

linear bot commented Feb 24, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 24, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link
Member

@ArthurKnaus ArthurKnaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Replace PanelContainer styled component with inline Flex props per
review feedback. Fix mergeEmptyTurns to carry forward tool spans
that lack gen_ai.tool.name but still exist in toolSpanNodes.
@obostjancic obostjancic enabled auto-merge (squash) February 25, 2026 12:45
@obostjancic obostjancic merged commit 28c414b into master Feb 25, 2026
63 checks passed
@obostjancic obostjancic deleted the ognjenbostjancic/tet-1982-implement-new-design-for-conversations branch February 25, 2026 12:46
Comment on lines -114 to -119
<CopyToClipboardButton
aria-label={t('Copy conversation ID')}
priority="transparent"
size="zero"
text={conversationId}
/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't it useful?


const ConversationId = styled(Text)`
position: relative;
top: -1px;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you’d like the ID to start exactly where the “Conversations” label begins, the value should be -0.2px.

That said, I personally think a centered alignment would work best. I haven’t seen the designs, so just sharing my two cents here.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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