Skip to content

Conversation

@micaelae
Copy link
Member

@micaelae micaelae commented Nov 7, 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.

@metamaskbot metamaskbot added the team-swaps-and-bridge Swaps and Bridge team label Nov 7, 2025
@metamaskbot
Copy link
Collaborator

metamaskbot commented Nov 7, 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 (21 files, +862 -404)
  • 📁 ui/
    • 📁 ducks/
      • 📁 bridge/
        • 📄 actions.ts +10 -9
        • 📄 bridge.ts +2 -2
        • 📄 selectors.ts +198 -104
        • 📄 types.ts +2 -1
        • 📄 utils.ts +1 -3
    • 📁 hooks/
      • 📁 bridge/
        • 📄 useBridgeQueryParams.ts +1 -1
        • 📄 useSmartSlippage.ts +30 -32
        • 📄 useTokensWithFiltering.ts +2 -1
    • 📁 pages/
      • 📁 bridge/
        • 📁 hooks/
          • 📄 useTokenList.ts +3 -0
        • 📁 layout/
          • 📄 row.tsx +1 -1
        • 📁 prepare/
          • 📁 components/
            • 📄 asset-list.tsx +52 -0
            • 📄 asset-picker-button.tsx +79 -0
            • 📄 asset-picker-network-popover.tsx +100 -0
            • 📄 asset-picker.tsx +183 -0
            • 📄 asset.tsx +126 -0
            • 📄 bridge-asset-picker-button.tsx +0 -102
            • 📄 index.scss +13 -0
            • 📄 bridge-input-group.tsx +33 -39
            • 📄 prepare-bridge-page.tsx +21 -106
        • 📁 utils/
          • 📄 quote.ts +2 -0
          • 📄 slippage-service.ts +3 -3

This reverts commit cf3f66e.
@micaelae micaelae changed the base branch from main to swaps3122-rm-gns-references November 7, 2025 18:55
@micaelae micaelae force-pushed the swaps3122-rm-gns-references branch from a0b5708 to 0ca5655 Compare November 7, 2025 19:21
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