From 30789eb257eabccf5889ce2c4e50218300a38ea4 Mon Sep 17 00:00:00 2001 From: Umbrix Dev Date: Fri, 6 Feb 2026 01:04:12 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Umbrix=20colors:=20=D0=BE=D1=81?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5=20=D1=8D=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D1=8B=20(=D1=84=D0=BE=D0=BD,=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B3=D1=80=D0=B5=D1=81=D1=81,=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BA=D0=B8=20=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81?= =?UTF-8?q?=D1=82=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SetupWizard.tsx | 50 +++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/components/SetupWizard.tsx b/components/SetupWizard.tsx index 5fd3103..f942e85 100644 --- a/components/SetupWizard.tsx +++ b/components/SetupWizard.tsx @@ -93,10 +93,10 @@ export default function SetupWizard({ if (!isOpen) return null; return ( -
-
+
+
{/* Header */} -
+
-

+

{step === 'device' && '🎉 Подписка создана!'} {step === 'app-check' && deviceType === 'desktop' && '💻 Настройка'} {step === 'app-check' && deviceType === 'mobile' && '📱 Настройка'} @@ -133,9 +134,10 @@ export default function SetupWizard({ {Array.from({ length: totalSteps }).map((_, i) => (
))}
@@ -146,29 +148,31 @@ export default function SetupWizard({ {/* Step 1: Device Selection */} {step === 'device' && (
-

+

{expiryDate ? `Действует до ${expiryDate}` : 'Осталось 2 шага до подключения'}

-

+

Какое у вас устройство?

@@ -184,18 +188,20 @@ export default function SetupWizard({