From bf0f531e58fe8e0c036b616d2bdb4b48e53b2f59 Mon Sep 17 00:00:00 2001 From: chithra Date: Sun, 12 Oct 2025 21:36:27 +0530 Subject: [PATCH 1/2] feat:notification implementation --- src/components/Navigation/constants.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation/constants.ts b/src/components/Navigation/constants.ts index 6a9b9893e2..68e3c18438 100644 --- a/src/components/Navigation/constants.ts +++ b/src/components/Navigation/constants.ts @@ -456,7 +456,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [ id: 'ai-recommendations', title: 'AI Recommendations', icon: 'ic-openai', - disabled: false, + disabled: false, // Enable AI Recommendations section items: [ { title: 'Notifications', @@ -466,6 +466,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [ disabled: false, href: COMMON_URLS.AI_RECOMMENDATIONS_NOTIFICATIONS, }, + { + title: 'Runbooks', + dataTestId: 'ai-recommendations-runbooks', + id: 'ai-recommendations-runbooks', + icon: 'ic-book-open', + disabled: false, + href: COMMON_URLS.AI_RECOMMENDATIONS_RUNBOOKS, + }, ], }, { From b8beace008d70e630b129fa85ded464d494623de Mon Sep 17 00:00:00 2001 From: chithra Date: Sat, 25 Oct 2025 11:08:48 +0530 Subject: [PATCH 2/2] version bump --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 620801318f..0a9482e65b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "homepage": "/dashboard", "dependencies": { - "@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-27", + "@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-28", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@rjsf/core": "^5.13.3", "@rjsf/utils": "^5.13.3", diff --git a/yarn.lock b/yarn.lock index 7b327713da..3e1a66968c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1722,9 +1722,9 @@ __metadata: languageName: node linkType: hard -"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-27": - version: 1.20.6-pre-27 - resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-27" +"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-28": + version: 1.20.6-pre-28 + resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-28" dependencies: "@codemirror/autocomplete": "npm:6.18.6" "@codemirror/lang-json": "npm:6.0.1" @@ -1776,7 +1776,7 @@ __metadata: react-select: 5.8.0 rxjs: ^7.8.1 yaml: ^2.4.1 - checksum: 10c0/849647c4187e1a880dbfb9e3cfd84971f80c00e9072778e0f215cf49b33f301e4f766ad40972d5b4a7ddf0ab166d051e46a7e39209cb9c7593ae1620c2449715 + checksum: 10c0/5665ce9067d9e0126028fdaf2a5e8bfc9c52897b121216e359656d487173d1891f44c1cd959915c1e75c711a55636fa82e7f8b3fd2d237fb1f2d3fbc79278e2a languageName: node linkType: hard @@ -5581,7 +5581,7 @@ __metadata: version: 0.0.0-use.local resolution: "dashboard@workspace:." dependencies: - "@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-27" + "@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-28" "@esbuild-plugins/node-globals-polyfill": "npm:0.2.3" "@playwright/test": "npm:^1.32.1" "@rjsf/core": "npm:^5.13.3"