From 5ce524132aa293d081c99b28d9fa646cf69c6951 Mon Sep 17 00:00:00 2001 From: Kevin Powell Noumbissie <10553243+KepoParis@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:09:50 +0200 Subject: [PATCH] fix(client): use bundled ri icon for deployment sources --- apps/client/src/components/DeploymentCard.vue | 2 +- apps/client/src/icon-collections.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/components/DeploymentCard.vue b/apps/client/src/components/DeploymentCard.vue index cceb650e6f..473571513e 100644 --- a/apps/client/src/components/DeploymentCard.vue +++ b/apps/client/src/components/DeploymentCard.vue @@ -33,7 +33,7 @@ defineProps<{ deployment: Deployment & { stage?: Stage } }>() :key="source.id" class="px-2 py-1 shadow fr-background-alt--grey flex items-center gap-2 fr-text--sm mb-0" > - + {{ source.repository.internalRepoName }} {{ source.targetRevision || 'HEAD' }} diff --git a/apps/client/src/icon-collections.ts b/apps/client/src/icon-collections.ts index 795812c0ed..c2d24cbf27 100644 --- a/apps/client/src/icon-collections.ts +++ b/apps/client/src/icon-collections.ts @@ -1,5 +1,5 @@ import type { IconifyJSON } from '@iconify/vue' -const collections: IconifyJSON[] = [{ prefix: 'ri', icons: { 'account-circle-line': { body: '' }, 'add-line': { body: '' }, 'admin-line': { body: '' }, 'alert-line': { body: '' }, 'archive-line': { body: '' }, 'arrow-down-line': { body: '' }, 'arrow-drop-left-line': { body: '' }, 'arrow-drop-right-line': { body: '' }, 'arrow-go-back-line': { body: '' }, 'arrow-left-double-line': { body: '' }, 'arrow-right-double-line': { body: '' }, 'arrow-right-line': { body: '' }, 'arrow-right-s-line': { body: '' }, 'arrow-up-line': { body: '' }, 'award-line': { body: '' }, 'building-line': { body: '' }, 'check-line': { body: '' }, 'checkbox-blank-circle-fill': { body: '' }, 'checkbox-circle-line': { body: '' }, 'clipboard-line': { body: '' }, 'close-line': { body: '' }, 'code-s-slash-line': { body: '' }, 'dashboard-line': { body: '' }, 'delete-bin-7-line': { body: '' }, 'door-open-line': { body: '' }, 'exchange-line': { body: '' }, 'eye-line': { body: '' }, 'eye-off-line': { body: '' }, 'file-download-line': { body: '' }, 'file-info-line': { body: '' }, 'filter-line': { body: '' }, 'filter-off-line': { body: '' }, 'flow-chart': { body: '' }, 'focus-3-line': { body: '' }, 'folder-line': { body: '' }, 'folder-shield-2-line': { body: '' }, 'folder-user-line': { body: '' }, 'folders-line': { body: '' }, 'git-merge-line': { body: '' }, 'git-repository-private-line': { body: '' }, 'github-line': { body: '' }, 'global-line': { body: '' }, 'key-2-line': { body: '' }, 'links-line': { body: '' }, 'loader-4-line': { body: '' }, 'lock-line': { body: '' }, 'lock-unlock-line': { body: '' }, 'mail-line': { body: '' }, 'moon-clear-line': { body: '' }, 'newspaper-line': { body: '' }, 'pencil-line': { body: '' }, 'question-line': { body: '' }, 'refresh-line': { body: '' }, 'restart-line': { body: '' }, 'send-plane-line': { body: '' }, 'server-line': { body: '' }, 'settings-3-line': { body: '' }, 'settings-5-line': { body: '' }, 'shapes-line': { body: '' }, 'shield-check-line': { body: '' }, 'shield-keyhole-line': { body: '' }, 'stock-line': { body: '' }, 'sun-line': { body: '' }, 'team-line': { body: '' }, 'tools-line': { body: '' }, 'upload-cloud-line': { body: '' }, 'user-add-line': { body: '' }, 'user-shared-2-line': { body: '' } }, width: 24, height: 24 }] -export const ri = { accountCircleLine: 'ri:account-circle-line', addLine: 'ri:add-line', adminLine: 'ri:admin-line', alertLine: 'ri:alert-line', archiveLine: 'ri:archive-line', arrowDownLine: 'ri:arrow-down-line', arrowDropLeftLine: 'ri:arrow-drop-left-line', arrowDropRightLine: 'ri:arrow-drop-right-line', arrowGoBackLine: 'ri:arrow-go-back-line', arrowLeftDoubleLine: 'ri:arrow-left-double-line', arrowRightDoubleLine: 'ri:arrow-right-double-line', arrowRightLine: 'ri:arrow-right-line', arrowRightSLine: 'ri:arrow-right-s-line', arrowUpLine: 'ri:arrow-up-line', awardLine: 'ri:award-line', buildingLine: 'ri:building-line', checkLine: 'ri:check-line', checkboxBlankCircleFill: 'ri:checkbox-blank-circle-fill', checkboxCircleLine: 'ri:checkbox-circle-line', clipboardLine: 'ri:clipboard-line', closeLine: 'ri:close-line', codeSSlashLine: 'ri:code-s-slash-line', dashboardLine: 'ri:dashboard-line', deleteBin7Line: 'ri:delete-bin-7-line', doorOpenLine: 'ri:door-open-line', exchangeLine: 'ri:exchange-line', eyeLine: 'ri:eye-line', eyeOffLine: 'ri:eye-off-line', fileDownloadLine: 'ri:file-download-line', fileInfoLine: 'ri:file-info-line', filterLine: 'ri:filter-line', filterOffLine: 'ri:filter-off-line', flowChart: 'ri:flow-chart', focus3Line: 'ri:focus-3-line', folderLine: 'ri:folder-line', folderShield2Line: 'ri:folder-shield-2-line', folderUserLine: 'ri:folder-user-line', foldersLine: 'ri:folders-line', gitMergeLine: 'ri:git-merge-line', gitRepositoryPrivateLine: 'ri:git-repository-private-line', githubLine: 'ri:github-line', globalLine: 'ri:global-line', key2Line: 'ri:key-2-line', linksLine: 'ri:links-line', loader4Line: 'ri:loader-4-line', lockLine: 'ri:lock-line', lockUnlockLine: 'ri:lock-unlock-line', mailLine: 'ri:mail-line', moonClearLine: 'ri:moon-clear-line', newspaperLine: 'ri:newspaper-line', pencilLine: 'ri:pencil-line', questionLine: 'ri:question-line', refreshLine: 'ri:refresh-line', restartLine: 'ri:restart-line', sendPlaneLine: 'ri:send-plane-line', serverLine: 'ri:server-line', settings3Line: 'ri:settings-3-line', settings5Line: 'ri:settings-5-line', shapesLine: 'ri:shapes-line', shieldCheckLine: 'ri:shield-check-line', shieldKeyholeLine: 'ri:shield-keyhole-line', stockLine: 'ri:stock-line', sunLine: 'ri:sun-line', teamLine: 'ri:team-line', toolsLine: 'ri:tools-line', uploadCloudLine: 'ri:upload-cloud-line', userAddLine: 'ri:user-add-line', userShared2Line: 'ri:user-shared-2-line' } as const +const collections: IconifyJSON[] = [{ prefix: 'ri', icons: { 'account-circle-line': { body: '' }, 'add-line': { body: '' }, 'admin-line': { body: '' }, 'alert-line': { body: '' }, 'archive-line': { body: '' }, 'arrow-down-line': { body: '' }, 'arrow-drop-left-line': { body: '' }, 'arrow-drop-right-line': { body: '' }, 'arrow-go-back-line': { body: '' }, 'arrow-left-double-line': { body: '' }, 'arrow-right-double-line': { body: '' }, 'arrow-right-line': { body: '' }, 'arrow-right-s-line': { body: '' }, 'arrow-up-line': { body: '' }, 'award-line': { body: '' }, 'building-line': { body: '' }, 'check-line': { body: '' }, 'checkbox-blank-circle-fill': { body: '' }, 'checkbox-circle-line': { body: '' }, 'clipboard-line': { body: '' }, 'close-line': { body: '' }, 'code-s-slash-line': { body: '' }, 'dashboard-line': { body: '' }, 'delete-bin-7-line': { body: '' }, 'door-open-line': { body: '' }, 'exchange-line': { body: '' }, 'eye-line': { body: '' }, 'eye-off-line': { body: '' }, 'file-download-line': { body: '' }, 'file-info-line': { body: '' }, 'filter-line': { body: '' }, 'filter-off-line': { body: '' }, 'flow-chart': { body: '' }, 'focus-3-line': { body: '' }, 'folder-line': { body: '' }, 'folder-shield-2-line': { body: '' }, 'folder-user-line': { body: '' }, 'folders-line': { body: '' }, 'git-merge-line': { body: '' }, 'git-repository-line': { body: '' }, 'git-repository-private-line': { body: '' }, 'github-line': { body: '' }, 'global-line': { body: '' }, 'key-2-line': { body: '' }, 'links-line': { body: '' }, 'loader-4-line': { body: '' }, 'lock-line': { body: '' }, 'lock-unlock-line': { body: '' }, 'mail-line': { body: '' }, 'moon-clear-line': { body: '' }, 'newspaper-line': { body: '' }, 'pencil-line': { body: '' }, 'question-line': { body: '' }, 'refresh-line': { body: '' }, 'restart-line': { body: '' }, 'send-plane-line': { body: '' }, 'server-line': { body: '' }, 'settings-3-line': { body: '' }, 'settings-5-line': { body: '' }, 'shapes-line': { body: '' }, 'shield-check-line': { body: '' }, 'shield-keyhole-line': { body: '' }, 'stock-line': { body: '' }, 'sun-line': { body: '' }, 'team-line': { body: '' }, 'tools-line': { body: '' }, 'upload-cloud-line': { body: '' }, 'user-add-line': { body: '' }, 'user-shared-2-line': { body: '' } }, width: 24, height: 24 }] +export const ri = { accountCircleLine: 'ri:account-circle-line', addLine: 'ri:add-line', adminLine: 'ri:admin-line', alertLine: 'ri:alert-line', archiveLine: 'ri:archive-line', arrowDownLine: 'ri:arrow-down-line', arrowDropLeftLine: 'ri:arrow-drop-left-line', arrowDropRightLine: 'ri:arrow-drop-right-line', arrowGoBackLine: 'ri:arrow-go-back-line', arrowLeftDoubleLine: 'ri:arrow-left-double-line', arrowRightDoubleLine: 'ri:arrow-right-double-line', arrowRightLine: 'ri:arrow-right-line', arrowRightSLine: 'ri:arrow-right-s-line', arrowUpLine: 'ri:arrow-up-line', awardLine: 'ri:award-line', buildingLine: 'ri:building-line', checkLine: 'ri:check-line', checkboxBlankCircleFill: 'ri:checkbox-blank-circle-fill', checkboxCircleLine: 'ri:checkbox-circle-line', clipboardLine: 'ri:clipboard-line', closeLine: 'ri:close-line', codeSSlashLine: 'ri:code-s-slash-line', dashboardLine: 'ri:dashboard-line', deleteBin7Line: 'ri:delete-bin-7-line', doorOpenLine: 'ri:door-open-line', exchangeLine: 'ri:exchange-line', eyeLine: 'ri:eye-line', eyeOffLine: 'ri:eye-off-line', fileDownloadLine: 'ri:file-download-line', fileInfoLine: 'ri:file-info-line', filterLine: 'ri:filter-line', filterOffLine: 'ri:filter-off-line', flowChart: 'ri:flow-chart', focus3Line: 'ri:focus-3-line', folderLine: 'ri:folder-line', folderShield2Line: 'ri:folder-shield-2-line', folderUserLine: 'ri:folder-user-line', foldersLine: 'ri:folders-line', gitMergeLine: 'ri:git-merge-line', gitRepositoryLine: 'ri:git-repository-line', gitRepositoryPrivateLine: 'ri:git-repository-private-line', githubLine: 'ri:github-line', globalLine: 'ri:global-line', key2Line: 'ri:key-2-line', linksLine: 'ri:links-line', loader4Line: 'ri:loader-4-line', lockLine: 'ri:lock-line', lockUnlockLine: 'ri:lock-unlock-line', mailLine: 'ri:mail-line', moonClearLine: 'ri:moon-clear-line', newspaperLine: 'ri:newspaper-line', pencilLine: 'ri:pencil-line', questionLine: 'ri:question-line', refreshLine: 'ri:refresh-line', restartLine: 'ri:restart-line', sendPlaneLine: 'ri:send-plane-line', serverLine: 'ri:server-line', settings3Line: 'ri:settings-3-line', settings5Line: 'ri:settings-5-line', shapesLine: 'ri:shapes-line', shieldCheckLine: 'ri:shield-check-line', shieldKeyholeLine: 'ri:shield-keyhole-line', stockLine: 'ri:stock-line', sunLine: 'ri:sun-line', teamLine: 'ri:team-line', toolsLine: 'ri:tools-line', uploadCloudLine: 'ri:upload-cloud-line', userAddLine: 'ri:user-add-line', userShared2Line: 'ri:user-shared-2-line' } as const export default collections