Not sure if this has already been mentioned, did a quick search but found nothing, so apologies if this is a dupe....


Similar problem with the issues view
Could this be related to #179? If so, It should also be fixed when we finish the GraphQL implementation, right?
@JayBizzle thanks for logging this mate 馃憤
I'm noticing the same thing on the same repository where it only shows a few of the top open issues. Could you try searching for any other issue that's not in the list? I'm pretty sure you'll see it pop up :)
So I'm pretty sure it's because of how I fetch repository information. When fetching issues, I filter for a 100 and _I think_ it includes the most recent 100 open/closed issues and open/closed PRs. Hence why you'll notice some missing open ones for example.
I think we can definitely rework how we fetch our issues as well as comments (which are now also set to 100). If this is something that can be done with GraphQL: I'm definitely all for it.
@machour's work in progress on adding a pagination layer in our redux store #457 should help us solve this (and any list in the app) to load more as the user scrolls down the list
Closed by #856.
Most helpful comment
@machour's work in progress on adding a pagination layer in our redux store #457 should help us solve this (and any list in the app) to load more as the user scrolls down the list