feat(ramps): add provider selection page with async quotes#44553
Draft
georgeweiler wants to merge 2 commits into
Draft
feat(ramps): add provider selection page with async quotes#44553georgeweiler wants to merge 2 commits into
georgeweiler wants to merge 2 commits into
Conversation
Let users change providers from payment methods, with portfolio-style wordmark logos and per-provider quote loading. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
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. |
Contributor
✨ Files requiring CODEOWNER review ✨👨🔧 @MetaMask/money-movement (28 files, +2964 -12)
|
Contributor
Builds ready [e5e45a0]
⚡ Performance Benchmarks (Total: 🟢 17 pass · 🟡 7 warn · 🔴 0 fail)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a ramps provider selection screen so users can change the selected provider from the payment method page, with per-provider quotes loading asynchronously.
/ramps/provider-selectionroute lists providers with portfolio-style wordmark logos and quote amounts. Selecting a provider updatesselectedProviderand returns to payment methods. Relative logo paths from the providers API are resolved against the on-ramp content CDN.Depends on / stacks on #44526.
Changelog
CHANGELOG entry: Added a provider selection screen in ramps so users can compare quotes and change their buy provider.
Related issues
Fixes:
Manual testing steps
yarn start) with ramps enabled.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist