JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Add Unfriend button to UserProfile #129

Closed vaasuu closed 9 months ago

vaasuu commented 9 months ago

As a user I should be able to unfriend a user.

The user state in UserProfile component already has a boolean field for isFriend. That field is NOT included when requesting own profile, only when requesting other profiles.

If user is a friend, show a button to unfriend. Maybe a modal to confirm the action (or just a JS confirm popup if no time for a fancy modal). Would also be good to tell the user that they have to send a new friend request if they want to become friends again.