-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Removing an NFT from a collection removes all NFTs of that collection #24238
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
bbondy
added
priority/P3
The next thing for us to work on. It'll ride the trains.
OS/Android
Fixes related to Android browser functionality
OS/Desktop
labels
Jul 24, 2022
The first issue i.e balances is fixed here: brave/brave-core#13370. Expected to be merged soon |
muliswilliam
added a commit
to brave/brave-core
that referenced
this issue
Jul 25, 2022
…ets list" This reverts commit 440134d. This will be fixed in brave/brave-browser#24238
bbondy
changed the title
2 issues with dealing with NFTs
Removing an NFT from a collection removes all NFTs of that collection
Jul 25, 2022
Thanks, I edited my issue title and description to focus around the 2nd in that case. |
muliswilliam
added a commit
to brave/brave-core
that referenced
this issue
Jul 28, 2022
…ets list" This reverts commit 440134d. This will be fixed in brave/brave-browser#24238
muliswilliam
added a commit
to brave/brave-core
that referenced
this issue
Jul 28, 2022
* Add NFT details screen * chore: remove console.log * chore: remove chrome://image prefix * chore: fix loading of nft asset use url params * chore: add skeleton loader for nft image * chore: check token id when deleting assets * chore: remove redundant lines * chore: add tokenId to dep list * feat: display visible asset modal asset icon in chrome-untrusted * chore: trim url * chore: add tokenId check when removing asset from visible assets list * chore: fix tokenBalanceRegistry keys to avoid duplicates for erc721 tokens * chore: refactor nft details screen * chore: add border-radius to nft image * feat: create react app for rendering nft details in a chrome-untrusted tab * Add string to access via loadTimeData object * Add configurations nft ui untrusted tab * Update build requirements for nft ui untrusted tab * Send message to nft iframe to update state * Added iframe component * Create components for diplaying nft content in chrome untrusted tab * Added utilities for communicating with nft chrome untrusted tab using postmessage * chore: remove unused component * chore: validate url to avoid xss attack * feat: change nft icon display from query parameter(imageUrl) to postmessage api * use specific targetOrigin in postMessage * chore: remove console.log * chore: fix feedback * chore: feedback * chore: add license header and documentation * Revert "chore: add tokenId check when removing asset from visible assets list" This reverts commit 440134d. This will be fixed in brave/brave-browser#24238 * chore: fix unstable test behaviour * chore: fix tests * chore: rename function * chore: refactor to avoid adding unnecessary string * chore: change copyright year * chore: add braveWalletLedgerBridgeUrl string * chore: use getWalletPageProxy * chore: useCallback
25 tasks
Repository owner
moved this from In Progress
to Done
in Web3
Aug 3, 2022
Verification passed on
24238.mp4Verification passed on
24238.mp4Verification passed on
24238.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
If I go and try to remove one NFTs in a collection as other NFTs I have in the same collection, all remove from my portfolio. I guess we are probably removing by contract ID only and not taking into account the Token ID.
The text was updated successfully, but these errors were encountered: