-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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 |
Currently, I'm trying to implement a feature for this. |
Or using pagination, I think it can be easier to use than an infinity scroll down. |
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) |
I greatly appreciate this. |
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. |
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. |
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. |
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? |
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. |
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. |
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).
The text was updated successfully, but these errors were encountered: