You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
![bug2.gif](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510738527/qkcons4nxtjcbtwrpeyi.gif)
Graphics by @deveerei.
Here's a sample of my post in busy.org, take note that this is from version 1 or the beta version (link used is https://v1.busy.org/@deveerei):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736469/bjafu4eag08dwfdp9hrh.png)
Screenshot from https://v1.busy.org/@deveerei
As you can see my post there titled "Landing Page Improvements for Utopian.io" has 57 Likes(Upvotes) on time of screen capture. Pressing on the number of Likes(Upvotes) will open a sub-menu underneath the post itself showing some of the Likes(Upvotes) I garnered :
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736520/izynxbsbsmpgaraauqzr.png)
Screenshot from https://v1.busy.org/@deveerei
Pressing on "See More Likes" will expand it further showing a few more Likes(Upvotes) from Users together with their Profile Photo, Username and the Percentage or Weight of their Like (Upvote):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736632/d48nfniy6inu07rufjwu.png)
Screenshot from https://v1.busy.org/@deveerei
Now, let's go to the new version of Busy.org and try the same thing.
Here's the same post earlier, but this time we're viewing it on v2 of busy.org (link used is https://busy.org/@deveerei/):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736849/stdokztqxhgs5olleqhy.png)
Screenshot from https://busy.org/@deveerei
Hovering your mouse on the number of Likes (Upvotes) will show a pop-up message box with some of the Likes (Upvotes) you have received this shows the Username and the dollar ($) value of the Like (Upvote) they have given your post:
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736932/jhzsq7hmece4qvk9q5st.png)
Screenshot from https://busy.org/@deveerei
Pressing on the "More" button will expand the list by showing a new menu right in the middle of your screen (while dimming the rest of the page as well) showing you the Profile Photo, Username, Dollar Value ($), Percentage (%), as well as a Follow Button.
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737131/dwwotgcc4zi77ybnrokj.png)
Screenshot from https://busy.org/@deveerei
Once you scroll down a bit further it automatically loads the next set of Likers (Upvoters) you have however it shows less information that enumerated earlier:
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737186/d8jqv4w4r9qoviiumaiz.png)
Screenshot from https://busy.org/@deveerei
As you can see there, it only shows you the Profile Photo, Username, and the Follow button.
We're missing the Dollar Value and the Percentage or Weight of their Likes (Upvotes)
Bug Hunted!
Busy.org V2 is not showing all the information of your Likers (Upvoters) namely the Dollar Value and the Percentage of their Likes (Upvotes) when it's already past the first set of Likes on the expanded pop-up menu that your post has.
moved alt prop's elements from /components/Reactions/ReactionsList.js to /components/UserCard.js because of a PropType warning where alt prop was sent as object but a string type was expected (screenshot below)
removed the restriction to only show vote info for votes with the value greater than 0.1. This way users can see all the votes information, including the downvotes information (as reported in the #1080)
Here's a sample of my post in busy.org, take note that this is from version 1 or the beta version (link used is https://v1.busy.org/@deveerei):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736469/bjafu4eag08dwfdp9hrh.png) Screenshot from https://v1.busy.org/@deveereiAs you can see my post there titled "Landing Page Improvements for Utopian.io" has 57 Likes(Upvotes) on time of screen capture. Pressing on the number of Likes(Upvotes) will open a sub-menu underneath the post itself showing some of the Likes(Upvotes) I garnered :
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736520/izynxbsbsmpgaraauqzr.png) Screenshot from https://v1.busy.org/@deveereiPressing on "See More Likes" will expand it further showing a few more Likes(Upvotes) from Users together with their Profile Photo, Username and the Percentage or Weight of their Like (Upvote):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736632/d48nfniy6inu07rufjwu.png) Screenshot from https://v1.busy.org/@deveereiNow, let's go to the new version of Busy.org and try the same thing.
Here's the same post earlier, but this time we're viewing it on v2 of busy.org (link used is https://busy.org/@deveerei/):
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736849/stdokztqxhgs5olleqhy.png) Screenshot from https://busy.org/@deveereiHovering your mouse on the number of Likes (Upvotes) will show a pop-up message box with some of the Likes (Upvotes) you have received this shows the Username and the dollar ($) value of the Like (Upvote) they have given your post:
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736932/jhzsq7hmece4qvk9q5st.png) Screenshot from https://busy.org/@deveereiPressing on the "More" button will expand the list by showing a new menu right in the middle of your screen (while dimming the rest of the page as well) showing you the Profile Photo, Username, Dollar Value ($), Percentage (%), as well as a Follow Button.
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737131/dwwotgcc4zi77ybnrokj.png) Screenshot from https://busy.org/@deveereiOnce you scroll down a bit further it automatically loads the next set of Likers (Upvoters) you have however it shows less information that enumerated earlier:
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737186/d8jqv4w4r9qoviiumaiz.png) Screenshot from https://busy.org/@deveereiAs you can see there, it only shows you the Profile Photo, Username, and the Follow button.
We're missing the Dollar Value and the Percentage or Weight of their Likes (Upvotes)
Bug Hunted!
Busy.org V2 is not showing all the information of your Likers (Upvoters) namely the Dollar Value and the Percentage of their Likes (Upvotes) when it's already past the first set of Likes on the expanded pop-up menu that your post has.
Posted on Utopian.io - Rewarding Open Source Contributors
The text was updated successfully, but these errors were encountered: