fix: cp-7.47.0 add MetaMask fee disclaimer text to bridge view#15377
Merged
amitabh94 merged 4 commits intoMay 16, 2025
Conversation
- Introduced a new disclaimer text in the BridgeView to inform users about the 0.875% MetaMask fee. - Updated styles to include padding for the disclaimer and adjusted layout for better visual alignment. - Removed unnecessary bottom section styles to streamline the component's design.
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15377 +/- ##
==========================================
- Coverage 68.92% 68.91% -0.01%
==========================================
Files 2394 2394
Lines 51403 51411 +8
Branches 7720 7724 +4
==========================================
+ Hits 35430 35431 +1
- Misses 13702 13709 +7
Partials 2271 2271 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Removed the fee disclaimer text from BridgeView and added it to QuoteDetailsCard for better modularity. - Introduced new styles for the disclaimer text in QuoteDetailsCard to maintain visual consistency. - Adjusted layout and animation duration for improved performance and user experience.
|
micaelae
approved these changes
May 15, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This PR adds a fee disclaimer text to the Bridge View to inform users about the 0.875% MetaMask fee. This change improves transparency by clearly communicating the fee structure to users before they proceed with a bridge transaction.
Related issues
Fixes: MMS-2343
Manual testing steps
Screenshots/Recordings
Before
[Please add screenshot of Bridge View without fee disclaimer]
After
Screen.Recording.2025-05-15.at.5.50.33.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist