CaramelFur / Picsur

An easy to use, selfhostable image sharing service like Imgur with built in converting
https://picsur.org/
GNU Affero General Public License v3.0
774 stars 41 forks source link

Fix duplicate requests in picsur-img.component #38

Closed kaiiiz closed 1 year ago

kaiiiz commented 1 year ago

This is caused by an improper initial state (Loading) that triggers onInview multiple times while images are still in the loading state.

Before the fix, the network logs in My Images view:

image

After the fix:

image

CaramelFur commented 1 year ago

Oh thank you, that indeed looks much better. I'll take a closer look later and probably merge it.