neu-fi / regen-bingo

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

Stateful 2 tabs navigation for Regen Bingo. #122

Open hantuzun opened 1 year ago

hantuzun commented 1 year ago

There're 3 states of RegenBingo: MINT / DRAW / END.

I suggest we have the main page and 2 tab pages in all conditions: First tab: "🎲 Mint" / "🎰 The Draw" / "🫶 The Impact" Second tab: "🃏 My Cards"

oytuncoban commented 1 year ago

Actually this is covered in #119. The tabs are determined depending on the BingoState fetched from the contract, however it behaves faulty. We can change this issue's scope to like "Refactoring BingoState Context and using Wagmi Hooks to determine the BingoState" and "adding emojis to tab names", maybe?

hantuzun commented 1 year ago

Yes, please do that.