rkalis / allbastards.com

🖼 Browse all BASTARD GAN PUNKS on a single page
https://allbastards.com
18 stars 4 forks source link

Fix some bastards being left spinning #6

Closed rkalis closed 3 years ago

rkalis commented 3 years ago

When applying a filter it can sometimes happen that some bastards get stuck on spinning (loading). This is fixed by scrolling a bit, but if the filtered bastards fit on a single page it's impossible to scroll, leaving the bastards in limbo.

rkalis commented 3 years ago

Since we're already using infinite scroller we might not need the lazy loading component and still keep the same performance, but without the spinners.

rkalis commented 3 years ago

I added a forceCheck whenever the loaded indices are updated in the gallery, which is triggered by filters (but also by regular scrolling, which is an unintended side-effect, but I think it's fine).