From 506afad86264d077e3197daefe2228e71f03043f Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 29 Apr 2025 10:17:25 +0200 Subject: [PATCH] fix(core): bring back Account menu loading indicator Signed-off-by: skjnldsv --- .../AccountMenu/AccountMenuEntry.vue | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/core/src/components/AccountMenu/AccountMenuEntry.vue b/core/src/components/AccountMenu/AccountMenuEntry.vue index 47db84a7d33..cafc04ea7ec 100644 --- a/core/src/components/AccountMenu/AccountMenuEntry.vue +++ b/core/src/components/AccountMenu/AccountMenuEntry.vue @@ -11,28 +11,30 @@ compact :href="href" :name="name" - target="_self"> + target="_self" + @click="onClick"> - -