mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore(profile): improved responsiveness & design
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user