chore(profile): improved responsiveness & design

This commit is contained in:
2026-02-17 23:00:53 +01:00
parent 3705325a9a
commit acc15619a9
4 changed files with 20 additions and 5 deletions
+2 -1
View File
@@ -9,7 +9,7 @@
<div class="profile-side">
<ProfileRecentStats :playerInfo="playerInfo" />
<ProfileHistoryList :playerName="playerName" />
<ProfileHistoryList :playerName="playerName" />
</div>
</div>
@@ -66,6 +66,7 @@ onMounted(() => {
async function fetchAllData() {
const playerId = route.query.playerId?.toString();
playerInfo.value = null;
playerTD2Info.value = null;
playerDataStatus.value = Status.Data.Loading;