From 17cff74b7ca6dcf2a76660d05effd7bcff4d6406 Mon Sep 17 00:00:00 2001
From: 3252a8 <3252a8@proton.me>
Date: Mon, 25 May 2026 13:11:48 +0300
Subject: [PATCH] chore: tune sub activate modal view
---
frontend/src/App.svelte | 4 +-
frontend/src/lib/components/ui/dialog.svelte | 13 +++--
frontend/src/styles/dialogs.css | 51 ++++++++++++++------
3 files changed, 47 insertions(+), 21 deletions(-)
diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte
index 034b93d..b1d5fa8 100644
--- a/frontend/src/App.svelte
+++ b/frontend/src/App.svelte
@@ -2051,10 +2051,8 @@
onclose={closeActivationSuccessDialog}
class="activation-success-dialog"
>
+
-
-
-
diff --git a/frontend/src/lib/components/ui/dialog.svelte b/frontend/src/lib/components/ui/dialog.svelte
index b3da16a..c94fe45 100644
--- a/frontend/src/lib/components/ui/dialog.svelte
+++ b/frontend/src/lib/components/ui/dialog.svelte
@@ -50,9 +50,16 @@
>
-
- {#if title}
{title}
{/if}
- {#if description}
{description}
{/if}
+
+ {#if $$slots.titleIcon}
+
+
+
+ {/if}
+
+ {#if title}
{title}
{/if}
+ {#if description}
{description}
{/if}
+