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

Limited Scrolling on Liked Posts/Limited Liked Posts Appearing on Desktop #63

Open
CherryAmbition opened this issue Feb 9, 2020 · 12 comments

Comments

@CherryAmbition
Copy link

I can't endlessly scroll my liked posts on desktop the way I can on the mobile app. I seem to only be able to see a limited amount of liked posts (when I actually have thousands more). I would like to be able to scroll down my liked posts the way that I do on my phone. But if that isn't possible, I'd like to at least be able to look at double the amount the liked posts that are showing up on my desktop. (I do not know how many are actually appearing, as I haven't counted).

@CherryAmbition
Copy link
Author

If there is a way to manipulate the URL for the liked page to show more posts, please let me know. Currently, this is the URL - chrome-extension://nekeeojpcbiehcignddhindbgacbghmi/index.html?tabid=98

@kurtextrem
Copy link
Owner

Currently, I'm trying to implement a feature for this.

@jessariasmtz
Copy link

Or using pagination, I think it can be easier to use than an infinity scroll down.

@kurtextrem
Copy link
Owner

A real pagination is hard, because there is no way to tell the user how many pages there are (I can only tell for example 1 ... infinity)

@CherryAmbition
Copy link
Author

Currently, I'm trying to implement a feature for this.

I greatly appreciate this.

@CherryAmbition
Copy link
Author

I am now having an even MORE difficult time with seeing my liked posts. I can now see LESS posts (only a few hundred posts) before that "Load More" button stops working and stops allowing me to scroll further.

@kurtextrem
Copy link
Owner

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

@CherryAmbition
Copy link
Author

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

Give me a moment to find out.

@CherryAmbition
Copy link
Author

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

I'm not seeing 3 dots on any of the pages. There are 231 images I can see on the liked posts page, but even that number is inaccurate because most of the images are duplicates. So really, it's like 115 original images I can see, and then they duplicate throughout the page. Before I believe I could see 1,000 - 2,000 original images at a time.

@kurtextrem
Copy link
Owner

I fixed a bug regarding the load more button in commit #885779d and next I'll put more time into finding a) why there are duplicates and b) why you can't see as many posts as you'd like.

A short question: At the beginning you said, it would be nice to have a way to do this in the URL. What would be the best way for you?
Please keep in mind, that I can not predict how many pages the like feed has. I can only see "it does have a next page" or "it does not". I'm open to any idea, so please let me know if you got a one or a few :)

kurtextrem added a commit that referenced this issue Apr 5, 2020
@CherryAmbition
Copy link
Author

I fixed a bug regarding the load more button in commit #885779d and next I'll put more time into finding a) why there are duplicates and b) why you can't see as many posts as you'd like.

A short question: At the beginning you said, it would be nice to have a way to do this in the URL. What would be the best way for you?
Please keep in mind, that I can not predict how many pages the like feed has. I can only see "it does have a next page" or "it does not". I'm open to any idea, so please let me know if you got a one or a few :)

I'll keep this in mind and let you know if I (or someone else) come up with a good suggestion for the feed pages.

@CherryAmbition
Copy link
Author

I haven't come up with anything for the URL. Right now, I'd just like it to stop showing multiples of the same image/post. I'd also like the "Load More" button to remain clickable and continue allowing the next page to load if/when it can see there is another page and that there are more posts. That should allow me to keep loading pages until it gets to the end of my "Liked" posts.

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

No branches or pull requests

3 participants