From 314ce0e656107ab43a8e8681d85525a551f83f21 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 15 Jan 2026 18:17:49 +0800 Subject: feat: Implement logout confirmation dialog and enhance account status display in BottomBar for improved user experience --- ui/src/App.svelte | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ui/src/App.svelte') diff --git a/ui/src/App.svelte b/ui/src/App.svelte index 0bb31ae..760a15f 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -141,6 +141,32 @@ + + {#if authState.isLogoutConfirmOpen} +
+
+

Logout

+

+ Are you sure you want to logout {authState.currentAccount?.username}? +

+
+ + +
+
+
+ {/if} + {#if uiState.showConsole}
-- cgit v1.2.3-70-g09d2