mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: implement undo friendship on friendlist modal
This commit is contained in:
parent
f631cd3013
commit
d9c140b2ab
3 changed files with 57 additions and 35 deletions
|
@ -301,7 +301,7 @@ export interface UserProfile {
|
|||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
profileVisibility: "PUBLIC" | "PRIVATE" | "FRIEND";
|
||||
profileVisibility: "PUBLIC" | "PRIVATE" | "FRIENDS";
|
||||
totalPlayTimeInSeconds: number;
|
||||
libraryGames: UserGame[];
|
||||
recentGames: UserGame[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue