DecentralCardGame / frontend

The frontend for Crowd Control
https://crowdcontrol.network
5 stars 4 forks source link

Indication that more cards will be loaded in gallery? #312

Open Niko-Sn opened 2 weeks ago

Niko-Sn commented 2 weeks ago

Would it be possible to get this info from blockchain to display to the user via a loading wheel at the bottom or something? When searching for cards - sometimes its rly confusing, not knowing if more cards will be loaded or if what Im seeing is everything.

patrickwieth commented 2 weeks ago

Absolutely possible. First you do a request to blockchain node, which returns all card ids that match your search criteria and then all cards are asnyc fetched. I can certainly build the functionality and then if a designer has a design we can pull in the design for that (I will just do some numbers on the bottom?)