From e4547b3ca0e00e0ab326eba56a6720db93ea5a36 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 11 Oct 2025 01:07:31 +0300 Subject: [PATCH] Revert "Revert "Revert "Handle registration and missing subscription states in mini app""" --- miniapp/index.html | 443 ++------------------------------------------- 1 file changed, 14 insertions(+), 429 deletions(-) diff --git a/miniapp/index.html b/miniapp/index.html index ff23dbbf..f99c02b6 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -346,36 +346,6 @@ transform: translateY(-2px); } - .empty-state-card { - padding: 32px 24px; - display: flex; - flex-direction: column; - align-items: center; - text-align: center; - gap: 16px; - } - - .empty-state-icon { - font-size: 48px; - line-height: 1; - } - - .empty-state-title { - font-size: 20px; - font-weight: 700; - color: var(--text-primary); - } - - .empty-state-text { - font-size: 15px; - color: var(--text-secondary); - line-height: 1.6; - } - - .empty-state-card .btn { - width: 100%; - } - .card-header { padding: 16px; cursor: pointer; @@ -4253,42 +4223,13 @@ - - -