From eb311ae6ae92ffaeea11a23ddf9849ea1f11362f Mon Sep 17 00:00:00 2001
From: Simula_r <18093452+simula-r@users.noreply.github.com>
Date: Mon, 26 Jan 2026 15:15:35 -0800
Subject: [PATCH 1/2] fix: workspace icon flash and credits showing 0 while
workspace is initializing
---
src/components/topbar/CurrentUserButton.vue | 34 ++++++++++++++-----
.../topbar/CurrentUserPopoverWorkspace.vue | 16 ++++++---
2 files changed, 37 insertions(+), 13 deletions(-)
diff --git a/src/components/topbar/CurrentUserButton.vue b/src/components/topbar/CurrentUserButton.vue
index fde21349864..85d587e91a2 100644
--- a/src/components/topbar/CurrentUserButton.vue
+++ b/src/components/topbar/CurrentUserButton.vue
@@ -12,12 +12,18 @@
:class="
cn(
'flex items-center gap-1 rounded-full hover:bg-interface-button-hover-surface justify-center',
- compact && 'size-full aspect-square'
+ compact && 'size-full '
)
"
>
+
@@ -40,13 +46,16 @@
}
}"
>
-
+
-
+
@@ -54,6 +63,7 @@