-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat: funding method modal #26426
feat: funding method modal #26426
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 @@
## develop #26426 +/- ##
===========================================
+ Coverage 70.13% 70.14% +0.01%
===========================================
Files 1425 1427 +2
Lines 49669 49709 +40
Branches 13895 13904 +9
===========================================
+ Hits 34833 34867 +34
- Misses 14836 14842 +6 ☔ View full report in Codecov by Sentry. |
Builds ready [2412d15]
Page Load Metrics (80 ± 8 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [4095418]
Page Load Metrics (89 ± 15 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [16a45b6]
Page Load Metrics (90 ± 22 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [e7eaf09]
Page Load Metrics (1899 ± 121 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [317e976]
Page Load Metrics (1894 ± 122 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
Added a quick nit but this looks great :)
Builds ready [615430d]
Page Load Metrics (1802 ± 128 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [8406107]
Page Load Metrics (1682 ± 82 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [9a31f2a]
Page Load Metrics (1907 ± 96 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [0f146e2]
Page Load Metrics (1685 ± 79 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Quality Gate passedIssues Measures |
Builds ready [28c4fa9]
Page Load Metrics (1780 ± 48 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Missing release label release-12.5.0 on PR. Adding release label release-12.5.0 on PR and removing other release labels(release-12.6.0), as PR was added to branch 12.5.0 when release was cut. |
Description
Developed the "FundingMethodModal". This CTA displays when a user has no native token balance, and triggering the CTA will now render a modal with 3 options:
Related issues
Fixes: --
Manual testing steps
NOTE
We currently have a feature branch in Portfolio for "Transfer", so this page (
/transfer
) is not currently in prod. Clicking the "Transfer funds" CTA inside the FundingMethodsModal will give you a page not found error at the moment. This PR will get merge once that code, in Portfolio, is live.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist