Feat: added rating showing in game card in categories, fixed maybe later button, changed empty state, fixed copy issue, added karma showing, added remove review text, added empty state for games with no reviews, fixed sorting buttons, fixed shift in the page

This commit is contained in:
Moyasee
2025-10-05 20:32:41 +03:00
parent 8653e62dce
commit 6667e00c91
16 changed files with 448 additions and 158 deletions

View File

@@ -203,6 +203,7 @@ export interface UserProfile {
currentGame: UserProfileCurrentGame | null;
bio: string;
hasActiveSubscription: boolean;
karma: number;
quirks: {
backupsPerGameLimit: number;
};