feat: Added karma to user profile, added warning modal before deleting review, fixed sorting buttons for reviews

This commit is contained in:
Moyasee
2025-10-02 19:04:25 +03:00
parent 19cf24ef48
commit 449ea92268
12 changed files with 433 additions and 255 deletions

View File

@@ -182,6 +182,7 @@ export interface UserDetails {
bio: string;
featurebaseJwt: string;
subscription: Subscription | null;
karma: number;
quirks?: {
backupsPerGameLimit: number;
};