feat: ui improvement

This commit is contained in:
Zamitto 2024-12-22 18:56:24 -03:00
parent 313ebc6055
commit c8566dd2be
12 changed files with 181 additions and 64 deletions

View file

@ -99,6 +99,7 @@ export interface UserGame {
lastTimePlayed: Date | null;
unlockedAchievementCount: number;
achievementCount: number;
achievementsPointsEarnedSum: number;
}
export interface DownloadQueue {