From 1655aa2c94302c2438ef8462c726d034c826f289 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 17 Feb 2026 22:19:54 +0100 Subject: [PATCH] chore(profile): moved fetching history journal to separate component --- .../PlayerProfileView/ProfileHistoryList.vue | 46 +++++++++++++++---- src/views/PlayerProfileView.vue | 25 +--------- 2 files changed, 38 insertions(+), 33 deletions(-) diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index cf96148..511aedf 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -97,10 +97,12 @@