feat: move quote card to align with mobile UI#39928
Merged
ghgoodreau merged 3 commits intomainfrom Feb 12, 2026
Merged
Conversation
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/swaps-engineers (5 files, +152 -106)
|
Contributor
Builds ready [bb953e1]
UI Startup Metrics (1319 ± 89 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
Contributor
Builds ready [3d7f1fb]
UI Startup Metrics (1334 ± 84 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
micaelae
reviewed
Feb 11, 2026
Contributor
Builds ready [c91c79e]
UI Startup Metrics (1414 ± 89 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
micaelae
approved these changes
Feb 11, 2026
SteP-n-s
approved these changes
Feb 12, 2026
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
Moves the quote card from being above the swap button to below the form. This aligns the extension UI with the mobile UI, increasing consistency. It also moves the % fee disclaimer to under the swap button, this also aligns with the mobile UI.
Changelog
CHANGELOG entry: Aligns extension swaps UI with metamask mobile UI for consistency
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/SWAPS-3971
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Primarily a UI layout/styling reflow with snapshot updates; logic changes are limited to presentation/placement of existing quote/loading components.
Overview
Reworks the
PrepareBridgePagelayout to renderMultichainBridgeQuoteCardbelow the token input form (and wraps the “no quotes available” banner in its own padded section), aligning the extension’s bridge/swap screen with mobile.Updates the footer to place
BridgeCTAInfoTextunder the primary CTA, tweaks the initial-quote loading state container/centering, and enhances the loading mascot animation styling (new background layers +bridge-loader-spinkeyframes). Snapshots were updated to reflect the new DOM structure.Written by Cursor Bugbot for commit c91c79e. This will update automatically on new commits. Configure here.