From 0981aa6efa98826e890ba1bd35ee899083591791 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 11 Oct 2025 00:47:22 +0300 Subject: [PATCH] Adjust mini app states for unregistered and inactive users --- miniapp/index.html | 469 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 454 insertions(+), 15 deletions(-) diff --git a/miniapp/index.html b/miniapp/index.html index f99c02b6..18cab8e8 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -301,6 +301,47 @@ margin: 20px 0; } + .state-block { + text-align: center; + padding: 48px 24px; + background: var(--bg-secondary); + border-radius: var(--radius-xl); + margin: 20px 0; + box-shadow: var(--shadow-sm); + } + + .state-block.compact { + padding: 32px 20px; + margin: 16px 0 24px; + } + + .state-icon { + font-size: 48px; + margin-bottom: 16px; + } + + .state-title { + font-size: 20px; + font-weight: 700; + margin-bottom: 12px; + color: var(--text-primary); + } + + .state-text { + font-size: 15px; + color: var(--text-secondary); + line-height: 1.6; + margin: 0 auto 20px; + max-width: 360px; + } + + .state-actions { + display: flex; + justify-content: center; + gap: 12px; + flex-wrap: wrap; + } + .error-icon { font-size: 64px; margin-bottom: 16px; @@ -1882,6 +1923,11 @@ color: #41464b; } + .status-inactive { + background: linear-gradient(135deg, #dbeafe, #eff6ff); + color: #1d4ed8; + } + /* Stats Grid */ .stats-grid { display: grid; @@ -4208,6 +4254,23 @@
Loading your subscription...
+ + +