1. Follow/Unfollow the User
Last updated
Last updated
The profile page allows Users to view their own profile information, and the profile information of other Users in the application.
When the Current User is viewing someone else's profile, the Button Follow/Edit Profile
element is shown to the Current User:
When the Button Follow/Edit Profile
element is shown, and the Current User isn't yet following the person whose profile they are viewing, the Button Follow/Edit Profile
element's text will be "Follow":
When the Button Follow
element is clicked, the Current User is now following the person whose profile they are viewing. As a result, the button's text conditionally changes from "Follow" to "[checkmark] Following".
When the "[checkmark] Following" text is hovered, its text will conditionally change to "Unfollow":
If the "Unfollow" text is clicked, the Current User will no longer be following the person whose profile they are viewing.
When the Current User is viewing their own profile page, the Button Follow/Edit Profile
element will be visible if the current page width is greater than 725 pixels; the button's text will be "Edit Profile". If the page width is less than or equal to 725 pixels, the Button Edit Profile (Mobile)
element will be visible instead.
Editor
Desktop:
Mobile:
Preview
Desktop
Mobile
These buttons' texts are "[pencil icon] Edit". When clicked, these buttons' workflows navigate the Current User to their account page, in order to edit their profile information.
More information on these workflows can be found in the B. Follow/Unfollow workflow folder.