feat: profile redesign

This commit is contained in:
Chubby Granny Chaser 2024-09-13 01:02:01 +01:00
parent 8f0003298f
commit d9a7672113
No known key found for this signature in database
24 changed files with 268 additions and 97 deletions

View file

@ -270,12 +270,6 @@ export interface RealDebridUser {
expiration: string;
}
export interface UserDetails {
id: string;
displayName: string;
profileImageUrl: string | null;
}
export interface UserFriend {
id: string;
displayName: string;