feat(ui): GitLab brand icons in GitLab surfaces

This commit is contained in:
2026-08-16 16:27:48 +00:00
parent 51ffe54788
commit c25e16d093
14 changed files with 30 additions and 25 deletions
@@ -128,7 +128,7 @@ export const ComposerAttachmentControls = React.memo(function ComposerAttachment
requestAnimationFrame(openIssuePicker);
}}
>
<Icon name="git-branch"/>
<Icon name="gitlab"/>
{t('chat.chatInput.actions.linkGitlabIssue')}
</DropdownMenuItem>
<DropdownMenuItem
@@ -136,7 +136,7 @@ export const ComposerAttachmentControls = React.memo(function ComposerAttachment
requestAnimationFrame(openPrPicker);
}}
>
<Icon name="git-merge"/>
<Icon name="gitlab"/>
{t('chat.chatInput.actions.linkGitlabMr')}
</DropdownMenuItem>
</>