From a02d0e426ef70db88dc12b07cb5c6e8a3231222e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Fri, 13 Feb 2026 02:13:27 +0100 Subject: [PATCH 01/85] refactor: unify syntax for carbon icons --- app/components/Code/MobileTreeDrawer.vue | 2 +- app/components/ColumnPicker.vue | 2 +- app/components/Filter/Chips.vue | 2 +- app/components/Filter/Panel.vue | 4 ++-- app/components/Header/AccountMenu.client.vue | 16 ++++++++-------- app/components/Header/AccountMenu.server.vue | 2 +- app/components/Header/MobileMenu.client.vue | 6 +++--- app/components/Header/OrgsDropdown.vue | 2 +- app/components/Header/PackagesDropdown.vue | 2 +- app/components/LicenseDisplay.vue | 2 +- app/components/Modal.client.vue | 2 +- app/components/Org/OperationsQueue.vue | 2 +- app/components/Package/AccessControls.vue | 12 ++++++------ app/components/Package/ClaimPackageModal.vue | 10 +++++----- app/components/Package/DeprecatedTree.vue | 4 ++-- app/components/Package/ListToolbar.vue | 4 ++-- app/components/Package/Maintainers.vue | 4 ++-- app/components/Package/Replacement.vue | 10 +++++----- app/components/Package/Table.vue | 12 ++++++------ app/components/Package/TableRow.vue | 4 ++-- app/components/Package/Versions.vue | 12 ++++++------ app/components/PaginationControls.vue | 4 ++-- app/components/Settings/AccentColorPicker.vue | 2 +- app/components/Settings/TranslationHelper.vue | 4 ++-- app/components/ViewModeToggle.vue | 4 ++-- .../[packageName]/v/[version]/[...filePath].vue | 4 ++-- app/pages/package/[[org]]/[name].vue | 12 ++++++------ app/utils/file-icons.ts | 4 ++-- test/nuxt/components/LicenseDisplay.spec.ts | 6 +++--- 29 files changed, 78 insertions(+), 78 deletions(-) diff --git a/app/components/Code/MobileTreeDrawer.vue b/app/components/Code/MobileTreeDrawer.vue index c45b16421..6ece33235 100644 --- a/app/components/Code/MobileTreeDrawer.vue +++ b/app/components/Code/MobileTreeDrawer.vue @@ -68,7 +68,7 @@ watch(isOpen, open => (isLocked.value = open)) {{ $t('filters.columns.title') }} diff --git a/app/components/Filter/Chips.vue b/app/components/Filter/Chips.vue index 059cc2ad7..5576088ba 100644 --- a/app/components/Filter/Chips.vue +++ b/app/components/Filter/Chips.vue @@ -25,7 +25,7 @@ const emit = defineEmits<{ :aria-label="$t('filters.remove_filter', { label: chip.label })" @click="emit('remove', chip)" > -