cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Paginate task list #99

Closed cheshire137 closed 7 years ago

cheshire137 commented 7 years ago

Fixes #95 or at least makes it better by

1) Not fetching all pages of tasks immediately; and 2) Only fetching all pages of notifications once.

screen shot 2016-10-15 at 1 43 28 pm

/cc @probablycorey @summasmiff

cheshire137 commented 7 years ago

I'm a little weirded out by having so much pagination logic in the main & task list

If pagination comes up with the hidden task list or another component, I can pull it out into a separate module.

summasmiff commented 7 years ago

Yeah, that's fine. I've just never been in a situation where we've only needed pagination on a single page until now.