neu-fi / regen-bingo

Monorepo for both backend and contract developments of Regen Bingo!
https://regen.bingo
2 stars 1 forks source link

Cards list spins on drawn numbers #97

Closed hantuzun closed 1 year ago

hantuzun commented 1 year ago

Oytun wrote on https://github.com/neu-fi/regen-bingo/pull/93:

If a user draw numbers continuously, another user is always seeing the loading spinner on My-Cards page since it re-fetchs the list depending on event.

Suggestion: We can trigger the re-fetch for a certain amount of time instead of for every event, OR we can add a manual refresh button.

IMO: We better keep track of cards and their numbers & only refresh them.