Fix likes display, add avatar system (presets+upload), improve desktop layout, fix profile viewing
This commit is contained in:
@@ -6,6 +6,7 @@ export interface User {
|
||||
username: string;
|
||||
points: number;
|
||||
is_admin?: boolean;
|
||||
avatar_url?: string | null;
|
||||
created_at?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user