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
The current leaderboard just has country names with their respective bounties count.
We can make it more user-friendly by adding a flag of the country ahead of their name.
Why
It will be convenient for the user to search for the country and will give better UX.
The text was updated successfully, but these errors were encountered:
@thelostone-mc Hi. I want to point out some issues I found while testing on live site.
I saw it working a few week back but some of the country names are not mapped correctly in the data file. I figured we could extend to a new PR so as to fine tune the render. All that's needed to is to match the country names that gitcoin uses to a country abbreviation in the data file.
I think another commit may have changed the frontend code during a loop so its currently not rendering the flag. I zipped the flags with the items list as I needed a parallel list but now only the items list is being traversed in the loop. I think the name may have been confused. Might be better to rename the list to much more understandable name like items_and_flags
I will be happy to extend the extra work into a new PR. Anyway, the pull request has been merged, will I receive a tip for this PR?
What
The current leaderboard just has country names with their respective bounties count.
We can make it more user-friendly by adding a flag of the country ahead of their name.
Why
It will be convenient for the user to search for the country and will give better UX.
The text was updated successfully, but these errors were encountered: