compumike08 / GitHub_Status_API_GUI

GUI tool to interact with GitHub Status API
MIT License
0 stars 0 forks source link

Implement support for pagination on pages besides just commit list view #45

Open compumike08 opened 7 years ago

compumike08 commented 7 years ago

Currently pagination is only supported on the commit list view page. This is because of limitations in the library being used to interact with the GitHub API. Support for pagination needs to be improved and expanded to include all list view pages.

Related to #4.