-
Notifications
You must be signed in to change notification settings - Fork 5k
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: resolve all known swap+send bugs #25100
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. |
6a1c6ef
to
a93a691
Compare
ui/components/multichain/asset-picker-amount/asset-picker-modal/AssetList.tsx
Show resolved
Hide resolved
ui/components/multichain/asset-picker-amount/asset-picker-modal/AssetList.tsx
Show resolved
Hide resolved
fixes 24922
fixes 25015
fixes 25133
fixes 24505
setTimeout(() => { | ||
this.unitInput.scrollLeft = this.unitInput.scrollWidth; | ||
}, 0); | ||
|
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.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25100 +/- ##
========================================
Coverage 65.64% 65.64%
========================================
Files 1362 1362
Lines 54151 54189 +38
Branches 14074 14112 +38
========================================
+ Hits 35546 35572 +26
- Misses 18605 18617 +12 ☔ View full report in Codecov by Sentry. |
Builds ready [d6536aa]
Page Load Metrics (118 ± 157 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
A number of minor bugs have been discovered during the official QA process of Swap+Send; this PR aims to resolve all of them without regression.
Related issues
METABRIDGE-843
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist