IlluminusLimited / Frontend

Pinster's Web UI
https://app-prod.pinster.io
GNU General Public License v3.0
3 stars 0 forks source link

Load maximum number of collectables ahead of the "Show More" button without blank spaces #178

Open BrightRaven opened 5 years ago

BrightRaven commented 5 years ago

Currently the number of collectables loaded is fixed or calculated based on screen size. Sometimes this causes the final row to load a partial set of collectables even though there are more images available if you hit Load More.

Pinstercollectablesloading

I expect it to load the maximum number of collectables to fill the empty space unless you have reached the end of the list.

I suspect there is a way to do this without convoluted math.