kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
643 stars 362 forks source link

Multichain Spotlight #4275

Open yangwao opened 2 years ago

yangwao commented 2 years ago

We are currently showing Spotlight per chain, as our original design intent was to have this multichain.

For that to happen, we will have a multi-chain indexer, which will make it possible

Once the upper issue is resolved, we can update Spotlight to show multichain resources ^

Currently showing like this

Ref

preschian commented 2 years ago

on the "Newest List" and "Latest Sales" carousels currently call the multi-indexer and then merge/sort the results https://github.com/kodadot/nft-gallery/blob/main/components/carousel/utils/useCarousel.ts#L71-L79. while waiting for https://github.com/kodadot/nft-gallery/issues/4257, can we use the same strategy for the spotlight?