Skip to content
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

Enable better loader rendering support for infinite loading #749

Open
metagrover opened this issue Jan 1, 2019 · 6 comments
Open

Enable better loader rendering support for infinite loading #749

metagrover opened this issue Jan 1, 2019 · 6 comments
Milestone

Comments

@metagrover
Copy link
Contributor

Issue Type:
Enhancement

Platform:
Web - React, v3

Description:
Loader should get rendered at the bottom of the screen for infinite loading - to enable better feedback while loading as the user scrolls. Currently, it gets rendered at the top by default.

@metagrover metagrover added this to the 3.0.0 milestone Jan 24, 2019
@danielsnider
Copy link

We're on version 2 and we find the loader at the bottom, although we want it at the top and the bottom, depending on where the user is looking! If the user is using a filter at the top of the UI we want tho loader to show at the top of the results. If the user does infinite scroll and is at the bottom we want the loader displayed on the bottom. Hmm, the loader location is tricky. We're not sure what to do yet.

@danielsnider
Copy link

We decided to meet our needs by writing a patch that always displays the loader at the top of the infinite scroll container. 👍

@RukshanJS
Copy link

@metagrover Hi any update on this? I would like to display the loader at the top if I click on a filter item (since it changes the whole Results list.) and the loader at bottom if I scroll further down. Is this possible? Because currently, even if I click on a filter item, the loader is always at the bottom of the list.

@RukshanJS
Copy link

@danielsnider Hi, I know it's an old thread but still facing the same issue.. Would you be able to share how you solved the issue? The link you have shared is now broken. Thanks.

@danielsnider
Copy link

@RukshanJS Sorry I no longer have access to that code!

@RukshanJS
Copy link

@RukshanJS Sorry I no longer have access to that code!

Ok thank you for your reply.. I'll keep looking for a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants