From eb64d8ed3add75f460ddc878435ba3909acdcb3d Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 11 Oct 2025 00:56:37 +0300 Subject: [PATCH] Revert "feat: improve miniapp onboarding states" --- miniapp/index.html | 311 ++------------------------------------------- 1 file changed, 8 insertions(+), 303 deletions(-) diff --git a/miniapp/index.html b/miniapp/index.html index eb86f1d2..f99c02b6 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -90,67 +90,6 @@ padding-bottom: 32px; } - body.state-subscription-missing .requires-subscription { - display: none !important; - } - - body.state-subscription-missing .subscription-missing-notice { - display: block; - } - - body.state-registration-required #registrationState { - display: block; - } - - body.state-registration-required #mainContent, - body.state-registration-required #errorState, - body.state-registration-required #loadingState { - display: none !important; - } - - .subscription-missing-notice { - display: none; - } - - #registrationState { - display: none; - } - - .empty-state-card { - background: var(--bg-secondary); - border-radius: var(--radius-lg); - padding: 24px 20px; - margin-bottom: 20px; - box-shadow: var(--shadow-md); - text-align: center; - border: 1px solid var(--border-color); - } - - .empty-state-icon { - font-size: 40px; - margin-bottom: 12px; - } - - .empty-state-title { - font-size: 20px; - font-weight: 700; - margin-bottom: 8px; - color: var(--text-primary); - } - - .empty-state-description { - color: var(--text-secondary); - margin-bottom: 20px; - font-size: 15px; - line-height: 1.5; - } - - .empty-state-actions { - display: flex; - flex-direction: column; - gap: 12px; - } - /* Animations */ @keyframes fadeIn { from { @@ -4284,39 +4223,13 @@ - -
-
πŸ€–
-
Register in the bot
-
- To continue, please register in the Telegram bot. It only takes a few seconds. -
-
- -
-
-