From a60de461739f78f2b72adc1a75161f05e6bc16cf Mon Sep 17 00:00:00 2001
From: 3252a8 <3252a8@proton.me>
Date: Sun, 24 May 2026 22:24:02 +0300
Subject: [PATCH] feat: guide users after subscription activation
---
frontend/src/App.svelte | 95 +++++++++++++++++--
.../src/lib/webapp/stores/billingStore.js | 63 ++++++++++--
frontend/src/styles/dialogs.css | 28 ++++++
.../screens/TrialActivationScreen.svelte | 8 +-
locales/en.json | 4 +
locales/ru.json | 4 +
6 files changed, 178 insertions(+), 24 deletions(-)
diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte
index 9131a88..764e832 100644
--- a/frontend/src/App.svelte
+++ b/frontend/src/App.svelte
@@ -1,5 +1,5 @@
@@ -139,11 +139,7 @@
{t("wa_install_and_configure")}
{:else if trialError && canRequestTrial}
-