-
Notifications
You must be signed in to change notification settings - Fork 893
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
fix(wallet): allow marking any NFT as junk or not junk #21290
Conversation
2d953c5
to
846f76a
Compare
7055b73
to
7eeb60f
Compare
A Storybook has been deployed to preview UI for the latest push |
7eeb60f
to
5823666
Compare
A Storybook has been deployed to preview UI for the latest push |
5823666
to
97becd7
Compare
A Storybook has been deployed to preview UI for the latest push |
97becd7
to
d43e4e8
Compare
A Storybook has been deployed to preview UI for the latest push |
d43e4e8
to
51a9171
Compare
A Storybook has been deployed to preview UI for the latest push |
51a9171
to
1991d12
Compare
A Storybook has been deployed to preview UI for the latest push |
1991d12
to
8a78707
Compare
A Storybook has been deployed to preview UI for the latest push |
8a78707
to
bb24a63
Compare
A Storybook has been deployed to preview UI for the latest push |
bb24a63
to
214bc10
Compare
A Storybook has been deployed to preview UI for the latest push |
13e85ce
to
efcc70e
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
d1c35e3
to
5f8e80f
Compare
a3d056b
to
bcf537c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
c55a8c4
to
6af0156
Compare
A Storybook has been deployed to preview UI for the latest push |
6af0156
to
14c189a
Compare
[puLL-Merge] - brave/brave-core@21290 DescriptionThis PR makes several major changes to the Brave Wallet UI components, focusing on refactoring actions and hooks related to asset management. The primary motivation appears to be code simplification and the removal of deprecated or unnecessary functionalities. ChangesChangesGeneral Changes Across Multiple Files
Specific File Changes
Security Hotspots
|
A Storybook has been deployed to preview UI for the latest push |
Resolves brave/brave-browser#36399
Resolves brave/brave-browser#36400
Resolves brave/brave-browser#34763
Cleans up the token management logic and allows spam NFTs to be marked as "not junk"
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
See STR in issues