From 4f17b1a7044defcd0d3a31cb4d26d4b519b0f0a7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 24 Feb 2026 22:13:52 +0100 Subject: [PATCH] refactor(profile): moved fetching data to view root to ensure proper loading on activating --- .../PlayerProfileView/ProfileHistoryList.vue | 79 +++++---------- .../PlayerProfileView/ProfileSummary.vue | 51 +++------- src/router/index.ts | 1 - src/views/PlayerProfileView.vue | 95 +++++++++++++++---- 4 files changed, 115 insertions(+), 111 deletions(-) diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index 2a2c398..24bb03e 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -14,7 +14,7 @@
- +
{{ t('profile.list.no-recent-history') }} @@ -107,12 +107,21 @@