node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Add UI for pagination #735

Closed protoEvangelion closed 4 years ago

protoEvangelion commented 4 years ago

We will default to 30 for list based GitHub endpoints.

The user can adjust this setting with:

"page_size": 10

Or they can set it to an "" to remove the limit.

We will also show a spinner now for longer running pagination tasks.

image

protoEvangelion commented 4 years ago

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: