mozilla / webmaker-core

React-based core for Webmaker shared across all platforms
https://foundation.mozilla.org/en/artifacts/webmaker/
Mozilla Public License 2.0
64 stars 39 forks source link

Make view doesn't show all of a user's projects #806

Closed xmatthewx closed 8 years ago

xmatthewx commented 8 years ago

We should bump up the list limit, or add infinite scroll.

alanmoo commented 8 years ago

This is probably a matter of passing infiniteScroll={true} to the <ProjectList> on make.jsx. We might also consider making infiniteScroll the default on Project Lists, though I'd want to be a little more familiar with the API responses before deciding that