Merge branch 'main' into feature/seed-completed-downloads

This commit is contained in:
Hachi-R 2024-12-22 06:58:03 -03:00
commit 1a286df3f7
64 changed files with 2765 additions and 670 deletions

View file

@ -171,6 +171,7 @@ export interface UserPreferences {
startMinimized: boolean;
disableNsfwAlert: boolean;
seedAfterDownloadComplete: boolean;
showHiddenAchievementsDescription: boolean;
}
export interface Steam250Game {
@ -250,6 +251,7 @@ export interface Subscription {
status: SubscriptionStatus;
plan: { id: string; name: string };
expiresAt: string | null;
paymentMethod: "pix" | "paypal";
}
export interface UserDetails {