-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I need a single state that can be updated from children or the parent in order to display certain media or dialogue text.
States
- App.js user.loggedIn == null
- App.js user.loggedIn == true && coincollectioncheck == false
- App.js user.loggedIn == true && coincollectioncheck == true
- App.js user.loggedIn ==true && balance < 1
- CoinStore.js purchase(); txStatus = 1, need user to approve
- CoinStore.js purchase(); txStatus = 4, user has new coin
- CoinCollection.js play(); txStatus = 1, need user to approve
- CoinCollection.js play(); txStatus = 4, coin has been tossed into the air
- CoinCollection.js item.blockEventData.id && item.blockEventData.kind == null, coin has landed into the waters
- CoinCollection.js item.blockEventData.coinresult != null, coin has a result
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels