-
Notifications
You must be signed in to change notification settings - Fork 59
[$60] - Replace "Load More" with infinite scroll #906
Comments
@ajefts - This is included as part of https://www.topcoder.com/direct/contest/detail?projectId=30056070 that has been launched today |
Expected Fixes
|
@birdofpreyru I'd like to take up this ticket. Thanks. |
@mhikeo You have it :) |
@birdofpreyru Which user has enough data to test? |
@mhikeo If you can configure it to work against production database, then my profile has enough challenges in the history to test it. |
@mhikeo Any update on this? |
@birdofpreyru I'm releasing this for others to have a look. |
@birdofpreyru For loading more indicator is it ok to use ripple effect currently being used other pages? Styling would feel more consistent then. |
@shubhendusaurabh If you feel that it looks nice, and more consistent with other places in the site, them I am totally agree for it. My line of thinking is: if scrolling down you reach the end, and you immediately notice that indicator, thus not trying to scroll further when you are supposed to wait, then we are fine. If in that place this indicator is not the first thing, which catches your eyes, then add
I'll tell you once I play with the result :-D For now, let it be 12, just declare this number like a |
@sumansaurabh This looks fine. With this one, probably, no need for labels. |
fixes #906 infinite scolling for user challenges
@shubhendusaurabh Ok. I accept this one, but still want to comment, that there is a flaw in your implementation (which has no impact now, but it will eventually). You use the Thus, the perfect implementation should measure the offset from the bottom of the challenge listing container, so that it does not care about the layout and size of surrounding page elements. Though, as it does not have an impact now, I accept your solution and close the issue. We'll come back to this, once we start having problems with it. |
On Challenges/Contests (https://www.topcoder.com/my-challenges/?status=completed), after first "Load More," we should switch to infinite scroll, as we do on Member Search
The text was updated successfully, but these errors were encountered: