mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
feat: Added karma to user profile, added warning modal before deleting review, fixed sorting buttons for reviews
This commit is contained in:
@@ -182,6 +182,7 @@ export interface UserDetails {
|
||||
bio: string;
|
||||
featurebaseJwt: string;
|
||||
subscription: Subscription | null;
|
||||
karma: number;
|
||||
quirks?: {
|
||||
backupsPerGameLimit: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user