mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: finish ui for modal showing pending requests
This commit is contained in:
parent
6cc8e8f5fe
commit
007da03837
4 changed files with 52 additions and 54 deletions
|
@ -276,12 +276,10 @@ export interface UserFriend {
|
|||
}
|
||||
|
||||
export interface PendingFriendRequest {
|
||||
AId: string;
|
||||
ADisplayName: string;
|
||||
AProfileImageUrl: string | null;
|
||||
BId: string;
|
||||
BDisplayName: string;
|
||||
BProfileImageUrl: string | null;
|
||||
userId: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
type: "SENT" | "RECEIVED";
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue