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 tasks, show count remaining #43

Closed cheshire137 closed 8 years ago

cheshire137 commented 8 years ago

Allow paging through all the matching issues and pull requests for a filter.

Also show a count of how many there are left that aren't snoozed, archived, or ignored.

cheshire137 commented 8 years ago

75 grabbed all the 'next page' URLs from API response headers, so that's a first start. It's currently getting all the results from all pages, so the user doesn't have to click any 'next page' button. If that gets too slow in the future, we can roll it back to grabbing just the first page of results and showing pagination buttons to the user.