-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paginate not used in following and followers #8115
Comments
wow deep catch @Tlazypanda ! I haven't seen this format of page in a looooong time. Glad you've chased it down and are starting to sort it out! I'll ask another question as well tho, because these pages are not standard with our style guide—What would it be like to remove this custom display of followers and following that lacks interactivity and instead use the same table as the "People who are following" table on the /contributors pages? For example, the farthest right hand table on https://publiclab.org/contributors/water-quality. What do you think? |
Agree! Sorry for slow reply here, but this sounds great, thank you for the catch @Tlazypanda As to the restyling, I think that could work too but perhaps that splits this into 2 issues? Thank you! |
Hi @cesswairimu, if this is still valid, can you assign it to me? |
Hi @RuthNjeri, looks like @renugasaraswathy fixed this one too while updating the designs #8372 🎉 This can be seen at https://publiclab.org/people/liz/followers |
oh alright @cesswairimu, I'll keep looking..if you happen to find one that I could work on that's not a First-time issue, feel free to tag me. |
Maybe we can discuss on ways to improve this further maybe order the page, maybe order the list in asc or maybe load 15 or 20 per page in a new issue? |
Thanks, I'll join the discussion in the new issue |
Created a follow-up here #8542. Closing this, thanks all |
Please describe the problem (or idea)
While checking the pagination codes, came across this anomaly where
paginate
was used in the users_controller (methods following and followers) but thewill_paginate
code was not present inshow_follow
html file.This leads to only load the first 24 followers/following for the users and not showing any pagination for the rest.
For example - warren follows liz but https://publiclab.org/people/liz/followers doesn't display warren.
Please show us where to look
https://publiclab.org/people/liz/followers
https://publiclab.org/people/liz/following
Thank you!
The text was updated successfully, but these errors were encountered: