owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

NFT Picker Modal #219

Closed vszammit closed 2 years ago

vszammit commented 2 years ago

Refactor the Modal from the NFT Breeder as a separate component NFTPickerModal.

The NFTPickerModal serves as a way to prompt a user to pick an NFT to execute some action on (eg. crafting, breeding). Some of the props required for the NFTPickerModal will be the ones that give us the data of the owned and unowned NFTs that could be used in a certain action.

vszammit commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-219 created! Clone with: git fetch && git checkout --track origin/issue-219 Rebase develop branch changes with: git checkout issue-219 && git rebase develop