feat: Adding a very basic send page for new send implementation.#17384
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17384 +/- ##
==========================================
- Coverage 73.57% 73.55% -0.02%
==========================================
Files 2845 2846 +1
Lines 63338 63391 +53
Branches 10328 10350 +22
==========================================
+ Hits 46598 46627 +29
- Misses 13741 13751 +10
- Partials 2999 3013 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
Bug: Redesign Flow Overlaps with Legacy Send
When MM_SEND_REDESIGNS_ENABLED is true, the function navigates to the new send page but lacks a return statement. This causes the legacy send flow logic, including sendNonEvmAsset(), to execute concurrently, resulting in multiple navigation actions and unexpected behavior.
app/components/Views/WalletActions/WalletActions.tsx#L277-L283
metamask-mobile/app/components/Views/WalletActions/WalletActions.tsx
Lines 277 to 283 in 9601281
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
|
@matthewwalsh0 : I will address the smaller feedbacks in the next PR |
|
Feedbacks addressed here #17415 |


Description
Adding a very basic send page hidden behind env variable.
Changelog
CHANGELOG entry:
Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/5398
Manual testing steps
NA
Screenshots/Recordings
NA
Pre-merge author checklist
Pre-merge reviewer checklist