You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's add pagination, or a way to "load more" duplicate search results. This way, people can dive deeper into results if they so choose!
"Why?": Why would this be impactful?
Every now and then, you need to dive deep. Our "top 20" results covers the majority cases, but it's also limiting to not be able to load more when you need to.
"What": What is your idea?
Let's add pagination, or a way to "load more" duplicate search results. This way, people can dive deeper into results if they so choose!
"Why?": Why would this be impactful?
Every now and then, you need to dive deep. Our "top 20" results covers the majority cases, but it's also limiting to not be able to load more when you need to.
See discussion in #150 .
"How?" How should this feature work?
First, we just need to paginate the API and make it explicitly take the number of results. and maybe even return the URL for where to load more.
Then, we need to pick an approach in the UI!
Lots of ways to go, but with our current design, I think the two best options are...
Personally, I think the "load more" button at the bottom of list will fit best with our current design and interactive URL/Redux handling.
The text was updated successfully, but these errors were encountered: