From 87922e9577eb0995e097ba281c41743842e81d43 Mon Sep 17 00:00:00 2001 From: Yunus M Date: Sat, 19 Apr 2025 14:25:07 +0530 Subject: [PATCH] feat: show notification for alert rule ID logic change (#7673) * feat: show notification for alert rule ID logic change * Update frontend/src/container/Home/Home.tsx Co-authored-by: Srikanth Chekuri --------- Co-authored-by: Vikrant Gupta Co-authored-by: Srikanth Chekuri --- frontend/src/container/Home/Home.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/container/Home/Home.tsx b/frontend/src/container/Home/Home.tsx index 18d896dcfe..526dbedc2b 100644 --- a/frontend/src/container/Home/Home.tsx +++ b/frontend/src/container/Home/Home.tsx @@ -2,7 +2,7 @@ import './Home.styles.scss'; import { Color } from '@signozhq/design-tokens'; -import { Button, Popover } from 'antd'; +import { Alert, Button, Popover } from 'antd'; import logEvent from 'api/common/logEvent'; import { HostListPayload } from 'api/infraMonitoring/getHostLists'; import { K8sPodsListPayload } from 'api/infraMonitoring/getK8sPodsList'; @@ -644,6 +644,16 @@ export default function Home(): JSX.Element {
+
+
+ +
+
+ {!isWelcomeChecklistSkipped && !loadingUserPreferences && (