Merge branch 'main' into feat/disabling-update-badges

This commit is contained in:
Chubby Granny Chaser
2025-12-26 21:49:35 +00:00
committed by GitHub
49 changed files with 1845 additions and 351 deletions

View File

@@ -209,6 +209,7 @@ export interface UserProfile {
backupsPerGameLimit: number;
};
badges: string[];
hasCompletedWrapped2025: boolean;
}
export interface UpdateProfileRequest {

View File

@@ -82,6 +82,7 @@ export interface Download {
timestamp: number;
extracting: boolean;
automaticallyExtract: boolean;
extractionProgress: number;
}
export interface GameAchievement {