In search-users, I am currently using the useFriendsQuery() as a placeholder to test the filtering, it will be replaced by its appropriate strangers query in the US.
In contact-row, the addedMe is a temporary boolean to test out the different button options depending on whether it is someone who added the me, or I added someone.
This PR closes #276.
You can access the page by going to http://localhost:4200/profile/add-friends.
In
search-users
, I am currently using theuseFriendsQuery()
as a placeholder to test the filtering, it will be replaced by its appropriate strangers query in the US.In
contact-row
, theaddedMe
is a temporary boolean to test out the different button options depending on whether it is someone who added the me, or I added someone.