From 25b3e2c2ea2beb0e0122259417ee401e342c7efe Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Wed, 18 Mar 2026 10:51:38 +0800 Subject: [PATCH 1/3] feat: remove consumer rewards --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index b0869b53..cf0a6de5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -92,7 +92,6 @@ const RenderRouter: React.FC = () => {
-
From 8e901b459d8c9088bbf5ed9f4e694f714725095a Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Wed, 18 Mar 2026 10:53:20 +0800 Subject: [PATCH 2/3] feat: remove consume rewards --- src/pages/dashboard/components/ActiveCard/ActiveCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx b/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx index 3a4465a4..b907b8e3 100644 --- a/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx +++ b/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx @@ -166,7 +166,7 @@ export const ActiveCard = () => { className={styles.projectsCard} > - @@ -214,7 +214,7 @@ export const ActiveCard = () => { } style={{ width: '100%' }} className={styles.consumerRewardsCard} - > + > */} ); }, From 0037dcd93802a5faf7718c8555871745c2828add Mon Sep 17 00:00:00 2001 From: cyrbuzz Date: Wed, 18 Mar 2026 10:54:01 +0800 Subject: [PATCH 3/3] feat: remove notification --- src/components/NotificationCentre/useMakeNotification.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NotificationCentre/useMakeNotification.ts b/src/components/NotificationCentre/useMakeNotification.ts index c4c5c752..2f0fd0ab 100644 --- a/src/components/NotificationCentre/useMakeNotification.ts +++ b/src/components/NotificationCentre/useMakeNotification.ts @@ -20,7 +20,6 @@ export const useMakeNotification = () => { idleQueue([ () => consumerNotifications.makeNoBoosterNotification(), () => generalNotifications.makeConsumerRewardsProgrameNotification(), - () => consumerNotifications.makeUnhealthyConsumerRewardsProjectNotification(), () => indexerNotifications.makeOverAllocateAndUnStakeAllocationNotification(), () => indexerNotifications.makeLowControllerBalanceNotification(), () => generalNotifications.makeUnhealthyAllocationNotification(),