chore: remove token and nft detection modals#26403
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Builds ready [b1681b7]
Page Load Metrics (236 ± 246 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26403 +/- ##
===========================================
+ Coverage 70.13% 70.17% +0.04%
===========================================
Files 1435 1431 -4
Lines 50309 50255 -54
Branches 13897 13895 -2
===========================================
- Hits 35283 35265 -18
+ Misses 15026 14990 -36 ☔ View full report in Codecov by Sentry. |
| showTokenAutodetectModal: null, | ||
| showNftAutodetectModal: null, // null because we want to show the modal only the first time |
There was a problem hiding this comment.
Depending on which version this goes in, these may need to be removed from state in a migration.
If it goes in before showNftAutodetectModal reaches users, that won't need to be removed since it won't have entered state yet.
|
Missing release label release-12.2.0 on PR. Adding release label release-12.2.0 on PR and removing other release labels(release-12.5.0), as PR was cherry-picked in branch 12.2.0. |



Description
Removes the modals prompting users to enable token + nft detection.
Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist