From c4b966f88600c484d975e79d299e25d93c30bb31 Mon Sep 17 00:00:00 2001 From: shivani170 Date: Wed, 21 Jan 2026 15:27:16 +0530 Subject: [PATCH 1/7] chore: icon added for notification event --- src/Assets/IconV2/ic-image-approve.svg | 3 +++ src/Assets/IconV2/ic-play-outline.svg | 22 +++------------------- src/Shared/Components/Icon/Icon.tsx | 2 ++ 3 files changed, 8 insertions(+), 19 deletions(-) create mode 100644 src/Assets/IconV2/ic-image-approve.svg diff --git a/src/Assets/IconV2/ic-image-approve.svg b/src/Assets/IconV2/ic-image-approve.svg new file mode 100644 index 000000000..63032a0ee --- /dev/null +++ b/src/Assets/IconV2/ic-image-approve.svg @@ -0,0 +1,3 @@ + + - - - - + + + \ No newline at end of file diff --git a/src/Shared/Components/Icon/Icon.tsx b/src/Shared/Components/Icon/Icon.tsx index f6fcc69da..5e53c2d29 100644 --- a/src/Shared/Components/Icon/Icon.tsx +++ b/src/Shared/Components/Icon/Icon.tsx @@ -176,6 +176,7 @@ import { ReactComponent as ICHelpFilled } from '@IconsV2/ic-help-filled.svg' import { ReactComponent as ICHelpOutline } from '@IconsV2/ic-help-outline.svg' import { ReactComponent as ICHibernate } from '@IconsV2/ic-hibernate.svg' import { ReactComponent as ICHibernateCircle } from '@IconsV2/ic-hibernate-circle.svg' +import { ReactComponent as ICImageApprove } from '@IconsV2/ic-image-approve.svg' import { ReactComponent as ICInProgress } from '@IconsV2/ic-in-progress.svg' import { ReactComponent as ICInfoFilled } from '@IconsV2/ic-info-filled.svg' import { ReactComponent as ICInfoFilledColor } from '@IconsV2/ic-info-filled-color.svg' @@ -496,6 +497,7 @@ export const iconMap = { 'ic-help-outline': ICHelpOutline, 'ic-hibernate-circle': ICHibernateCircle, 'ic-hibernate': ICHibernate, + 'ic-image-approve': ICImageApprove, 'ic-in-progress': ICInProgress, 'ic-info-filled-color': ICInfoFilledColor, 'ic-info-filled': ICInfoFilled, From e11656c4c8ae536073b9ac7a918ede8c73ad775e Mon Sep 17 00:00:00 2001 From: shivani170 Date: Wed, 21 Jan 2026 15:37:08 +0530 Subject: [PATCH 2/7] chore: image approve svg fix --- src/Assets/IconV2/ic-image-approve.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Assets/IconV2/ic-image-approve.svg b/src/Assets/IconV2/ic-image-approve.svg index 63032a0ee..6a62eb19e 100644 --- a/src/Assets/IconV2/ic-image-approve.svg +++ b/src/Assets/IconV2/ic-image-approve.svg @@ -1,3 +1,3 @@ - \ No newline at end of file From 314135a49f6bcdbdf2d65d2b2a5351fe9b2bd3a8 Mon Sep 17 00:00:00 2001 From: shivani170 Date: Thu, 22 Jan 2026 13:36:16 +0530 Subject: [PATCH 3/7] chore: bell icon added --- src/Assets/IconV2/ic-bell.svg | 3 +++ src/Shared/Components/Icon/Icon.tsx | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 src/Assets/IconV2/ic-bell.svg diff --git a/src/Assets/IconV2/ic-bell.svg b/src/Assets/IconV2/ic-bell.svg new file mode 100644 index 000000000..68cf50b0b --- /dev/null +++ b/src/Assets/IconV2/ic-bell.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/Shared/Components/Icon/Icon.tsx b/src/Shared/Components/Icon/Icon.tsx index 5e53c2d29..4927719b8 100644 --- a/src/Shared/Components/Icon/Icon.tsx +++ b/src/Shared/Components/Icon/Icon.tsx @@ -30,6 +30,7 @@ import { ReactComponent as ICBackupAndSchedule } from '@IconsV2/ic-backup-and-sc import { ReactComponent as ICBackupColor } from '@IconsV2/ic-backup-color.svg' import { ReactComponent as ICBackupLocation } from '@IconsV2/ic-backup-location.svg' import { ReactComponent as ICBackupScheduleColor } from '@IconsV2/ic-backup-schedule-color.svg' +import { ReactComponent as ICBell } from '@IconsV2/ic-bell.svg' import { ReactComponent as ICBgBackupSchedule } from '@IconsV2/ic-bg-backup-schedule.svg' import { ReactComponent as ICBgBackups } from '@IconsV2/ic-bg-backups.svg' import { ReactComponent as ICBgBuild } from '@IconsV2/ic-bg-build.svg' @@ -351,6 +352,7 @@ export const iconMap = { 'ic-backup-color': ICBackupColor, 'ic-backup-location': ICBackupLocation, 'ic-backup-schedule-color': ICBackupScheduleColor, + 'ic-bell': ICBell, 'ic-bg-backup-schedule': ICBgBackupSchedule, 'ic-bg-backups': ICBgBackups, 'ic-bg-build': ICBgBuild, From c230c059e6f0aa172bc1b825e8197845c2b70756 Mon Sep 17 00:00:00 2001 From: shivani170 Date: Fri, 30 Jan 2026 13:32:15 +0530 Subject: [PATCH 4/7] chore: icon update for configuration --- src/Assets/IconV2/ic-configuration-file.svg | 10 ++++++++++ src/Shared/Components/Icon/Icon.tsx | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 src/Assets/IconV2/ic-configuration-file.svg diff --git a/src/Assets/IconV2/ic-configuration-file.svg b/src/Assets/IconV2/ic-configuration-file.svg new file mode 100644 index 000000000..701620117 --- /dev/null +++ b/src/Assets/IconV2/ic-configuration-file.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/Shared/Components/Icon/Icon.tsx b/src/Shared/Components/Icon/Icon.tsx index 4927719b8..891955558 100644 --- a/src/Shared/Components/Icon/Icon.tsx +++ b/src/Shared/Components/Icon/Icon.tsx @@ -89,6 +89,7 @@ import { ReactComponent as ICClusterIsolated } from '@IconsV2/ic-cluster-isolate import { ReactComponent as ICCode } from '@IconsV2/ic-code.svg' import { ReactComponent as ICCoins } from '@IconsV2/ic-coins.svg' import { ReactComponent as ICCoinsColorAnimated } from '@IconsV2/ic-coins-color-animated.svg' +import { ReactComponent as ICConfigurationFile } from '@IconsV2/ic-configuration-file.svg' import { ReactComponent as ICContainer } from '@IconsV2/ic-container.svg' import { ReactComponent as ICContainerRegistry } from '@IconsV2/ic-container-registry.svg' import { ReactComponent as ICCookr } from '@IconsV2/ic-cookr.svg' @@ -411,6 +412,7 @@ export const iconMap = { 'ic-code': ICCode, 'ic-coins-color-animated': ICCoinsColorAnimated, 'ic-coins': ICCoins, + 'ic-configuration-file': ICConfigurationFile, 'ic-container-registry': ICContainerRegistry, 'ic-container': ICContainer, 'ic-cookr': ICCookr, From 5ed7898a886a4ad91d38accc944e5d190eed6f65 Mon Sep 17 00:00:00 2001 From: shivani170 Date: Fri, 30 Jan 2026 16:03:33 +0530 Subject: [PATCH 5/7] chore: version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcc9c0f6c..bcd28ff24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.0-alpha-12", + "version": "1.22.8-alpha-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.0-alpha-12", + "version": "1.22.8-alpha-1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 09462f1d5..89d099fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.0-alpha-12", + "version": "1.22.8-alpha-1", "description": "Supporting common component library", "type": "module", "main": "dist/index.js", From 59a005e87046d61928f31fd1f4dfd4b0eef01fca Mon Sep 17 00:00:00 2001 From: shivani170 Date: Fri, 30 Jan 2026 16:08:31 +0530 Subject: [PATCH 6/7] chore: version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcd28ff24..14c38532e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.8-alpha-1", + "version": "1.22.8-beta-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.8-alpha-1", + "version": "1.22.8-beta-1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 89d099fbf..6d9b83ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.8-alpha-1", + "version": "1.22.8-beta-1", "description": "Supporting common component library", "type": "module", "main": "dist/index.js", From 1d27ec3407b69350563e6e71725e85b530fbfe4c Mon Sep 17 00:00:00 2001 From: shivani170 Date: Fri, 27 Feb 2026 16:30:56 +0530 Subject: [PATCH 7/7] chore: version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0c54eb2c..1006f6532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.24.0", + "version": "1.23.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.23.0", + "version": "1.23.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ae96c4feb..11e1b18c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.24.0", + "version": "1.23.1", "description": "Supporting common component library", "type": "module", "main": "dist/index.js",