-
Notifications
You must be signed in to change notification settings - Fork 4
Private NFT: Explore collection #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think items need some padding (both expanded and in collection view) |
wdym padding in collection view, referenced from instagram there is no padding on the left and right, only between items. Do you want more padding between items? For expanded view, I checked major app like facebook and instagram, they did full view so they didn't have any padding around the images. |
Updates: working on IPFS integration.. |
maybe a border for each item (like instagram has), can help to differentiate between them in a collection. |
This task consists on finishing the
CollectionScreen
screen in the branchprivate-nfts
This screen receives a parameter
collection
fromMainWallet
.This object stores the items from the collection owned by the wallet:
confirmed
andpending
are dictionaries where the key is the nft id and the value is the metadata of the nft.Tasks:
Considerations
The text was updated successfully, but these errors were encountered: