From d567817e0564f2438d4192eb7b2321e1725da266 Mon Sep 17 00:00:00 2001 From: Fringg Date: Fri, 27 Feb 2026 09:27:36 +0300 Subject: [PATCH] fix: show progress bar instead of dots when device_limit > 10 Match the Dashboard behavior: show individual dots for <= 10 devices, switch to a compact progress bar for higher limits (e.g. 18 devices). Prevents dot overflow breaking the connect-device card layout on mobile. --- src/pages/Subscription.tsx | 41 ++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index ec29ae3..fcef62e 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -692,18 +692,37 @@ export default function Subscription() { })} -