feat: testing new achievements page ui

This commit is contained in:
Zamitto 2024-10-16 23:06:21 -03:00
parent 108b2552b5
commit ea5b07a1ec
7 changed files with 48 additions and 63 deletions

View file

@ -45,6 +45,7 @@ export interface UserAchievement {
unlocked: boolean;
unlockTime: number | null;
icon: string;
icongray: string;
}
export interface RemoteUnlockedAchievement {