From 2617262a74b2cc88447244617e7028c77d79253d Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Thu, 19 Mar 2026 11:57:43 +0530 Subject: [PATCH] feat: Display a shimmer loading placeholder for the subscription CTA button and update its disabled condition. --- src/components/settings/SubscriptionForm.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/settings/SubscriptionForm.tsx b/src/components/settings/SubscriptionForm.tsx index 106f5a3..26929c7 100644 --- a/src/components/settings/SubscriptionForm.tsx +++ b/src/components/settings/SubscriptionForm.tsx @@ -189,14 +189,16 @@ export function SubscriptionForm() { {/* CTA Button */} - {isActive ? ( + {loading ? ( +
+ ) : isActive ? ( Current Plan ) : (