kezhenxu94 / mini-github

GitHub WeChat Mini Program
Apache License 2.0
1.2k stars 88 forks source link

Feature Request: loading more items in Issues page and Pulls page #13

Closed johnnychen94 closed 5 years ago

johnnychen94 commented 5 years ago

The current PRs, issues, or trends only display one page of items (30 items I guess), I think we need to support "loading more items by scrolling up" feature, otherwise, the information is incomplete.

johnnychen94 commented 5 years ago

I don't have a front-end development background, so the only thing I can help to improve this project is to throw issues and feedbacks to you. Hope you like it. 😃

kezhenxu94 commented 5 years ago

I don't have a front-end development background, so the only thing I can help to improve this project is to throw issues and feedbacks to you. Hope you like it.

Sure I like it, reporting bugs and requesting features are definitely contributions! Thanks :)

kezhenxu94 commented 5 years ago

The current PRs, issues, or trends only display one page of items (30 items I guess), I think we need to support "loading more items by scrolling up" feature, otherwise, the information is incomplete.

Yes, many pages have load more buttons except the Issues and PRs pages, added load more in these two pages is in plan, but since you mentioned, I'll try to do it as soon as possible, as for the trending page I'm afraid we cannot do anything because GitHub only shows 30 trending repositories or so (that's all)

johnnychen94 commented 5 years ago

Then you got a lot of stuff to do :) I believe you can manage your time well.

kezhenxu94 commented 5 years ago

Hi @johnnychen94 , the latest version supports loading more in Issues page and Pulls page, please give it a try, if it doesn't work, feel free to reopen this issue :) thanks

image