tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Infinite Scrolling for Marketplace #371

Closed ricklove closed 3 years ago

ricklove commented 3 years ago

This enables infinite scrolling by not loading the nft metadata or dom until it is visible.

Note: a much cleaner and more generic approach was attempted that used a simple dataSource, but unfortunately redux only allows serializable data.

ricklove commented 3 years ago

Making a few improvements to this.

ricklove commented 3 years ago

Done with improvements

ricklove commented 3 years ago

Added one more improvement to handle loading errors for individual tokens.

ricklove commented 3 years ago

This is not working for me after the merge (piñata), not sure if it is just me.

ricklove commented 3 years ago

This should be ready to merge