Skip to content

Conversation

@micaelae
Copy link
Member

@micaelae micaelae commented Nov 3, 2025

Description

Open in GitHub Codespaces

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

This reverts commit d08ca47.
@metamaskbot metamaskbot added the team-swaps-and-bridge Swaps and Bridge team label Nov 3, 2025
@metamaskbot
Copy link
Collaborator

metamaskbot commented Nov 3, 2025

✨ Files requiring CODEOWNER review ✨

👨‍🔧 @MetaMask/core-extension-ux (2 files, +6 -3)
  • 📁 ui/
    • 📁 components/
      • 📁 multichain/
        • 📁 asset-picker-amount/
          • 📁 asset-picker-modal/
            • 📁 hooks/
              • 📄 useAssetMetadata.ts +3 -3
        • 📁 network-list-item/
          • 📄 network-list-item.tsx +3 -0

🔄 @MetaMask/swaps-engineers (24 files, +1027 -749)
  • 📁 ui/
    • 📁 ducks/
      • 📁 bridge/
        • 📄 actions.ts +86 -88
        • 📄 bridge.ts +18 -83
        • 📄 selectors.ts +203 -186
        • 📄 types.ts +8 -5
        • 📄 utils.ts +3 -21
    • 📁 hooks/
      • 📁 bridge/
        • 📄 useBridgeExchangeRates.ts +2 -3
        • 📄 useBridgeQueryParams.ts +17 -26
        • 📄 useBridging.ts +6 -13
        • 📄 useIsTxSubmittable.ts +2 -3
        • 📄 useSmartSlippage.ts +12 -26
        • 📄 useTokensWithFiltering.ts +2 -1
    • 📁 pages/
      • 📁 bridge/
        • 📁 hooks/
          • 📄 useTokenList.ts +3 -0
        • 📁 layout/
          • 📄 row.tsx +1 -1
        • 📁 prepare/
          • 📁 components/
            • 📄 asset-list.tsx +53 -0
            • 📄 asset-picker-button.tsx +79 -0
            • 📄 asset-picker-network-popover.tsx +104 -0
            • 📄 asset-picker.tsx +176 -0
            • 📄 asset.tsx +126 -0
            • 📄 bridge-asset-picker-button.tsx +0 -96
            • 📄 index.scss +13 -0
            • 📄 bridge-input-group.tsx +48 -67
            • 📄 prepare-bridge-page.tsx +53 -116
        • 📁 quotes/
          • 📄 bridge-quotes-modal.tsx +3 -3
        • 📁 utils/
          • 📄 quote.ts +9 -11

@github-actions github-actions bot added the size-M label Nov 3, 2025
@micaelae micaelae force-pushed the swaps3224-display-networks branch from 775639f to 0631587 Compare November 5, 2025 20:52
@github-actions github-actions bot added size-XL and removed size-M labels Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants