From 173544417630e8360ee4c52979538852a1e28469 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 20 Feb 2026 01:58:29 +0100 Subject: [PATCH] refactor(profile): data loading indicators --- .../PlayerProfileView/ProfileHistoryList.vue | 25 +++++-- src/views/PlayerProfileView.vue | 67 ++++++------------- 2 files changed, 40 insertions(+), 52 deletions(-) diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index b699ffc..7f38a8a 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -14,11 +14,14 @@
-
+ + +
{{ t('profile.list.no-recent-history') }}
- -
+
@@ -25,8 +23,8 @@