AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
3 stars 0 forks source link

Can now display all following users #305

Closed danielordaan closed 3 years ago

danielordaan commented 3 years ago

closes #268


What is it supposed to do
This makes it possible to view which users have followed you in a list (exactly like seeing who liked your posts)


How can we test your branch
Follow a profile, click on the followers. A list should come up with at least your profile on it, and possibly other followers. Check if you can click on 'followers' when there are no followers following an account. Check if the followers in the list are the actual followers via the database or other means


1. General checklist


2. If relevant, front-end checklist


3. If relevant, back-end checklist


4. If relevant, test these browsers


PR Rules
1. Add relevant labels.
2. Select atleast two reviewers.
3. Assign all reviewers allowed to merge the branch, including yourself.
4. If relevant to the sprint, put related issue in 'Awaiting Approval' column on project board.
5. Add to the corresponding milestone.


Reviewer info
1. You can use aliases to refer to specific PR checklist items. For example 'Hey @JohnDoe, for this line please check 3.a and 1.d.'
2. Where possible, please use the suggestions feature in github so the author has a better idea of the solution you had in mind.


This form should be filled in by the author of this PR.

AjobK commented 3 years ago

image

When clicking on a follower in this list, you get redirected to their profile while the pop-up stays open.

Also, when clicking outside of pop-up it doesn't close like the likes pop-up does.