From ea83f72458f8a1c79abd1563e7bcdf0d57e7753e Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:09:35 -0800 Subject: [PATCH] fix: workspace icon flash and credits showing 0 while workspace is initializing --- src/components/topbar/CurrentUserButton.vue | 32 +++++++++++++++---- .../topbar/CurrentUserPopoverWorkspace.vue | 16 +++++++--- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/src/components/topbar/CurrentUserButton.vue b/src/components/topbar/CurrentUserButton.vue index 4f6f4b6ed..85d587e91 100644 --- a/src/components/topbar/CurrentUserButton.vue +++ b/src/components/topbar/CurrentUserButton.vue @@ -16,8 +16,14 @@ ) " > + @@ -40,13 +46,16 @@ } }" > - + - + @@ -54,6 +63,7 @@