Added searchbar to add friends in the application

This commit is contained in:
2026-03-28 18:26:05 +01:00
parent cf1df4700e
commit d2742f095f
53 changed files with 733 additions and 1656 deletions
@@ -44,7 +44,6 @@ export class FriendRequestComponent implements OnInit {
});
await toast.present();
}
console.log(this.friendsState.requests());
}
async acceptRequest(request: GetFriendRequestDto) {