David Walsh
David Walsh
## **Description** This PR aims to switch the networks upon the MetaMask popup opening in different tabs. When the network is switched, provide a toast to the user saying what...
## **Description** Removes the inline gas components from the new send flow, as they have also been removed from the present send flow. ## **Related issues** Fixes: #22936 ## **Manual...
Fix #22987 - UX - Multichain - Send flow - Select NFTs tab in Asset Picker when an NFT is selected
## **Description** When the user is in the new send flow and an NFT has been selected as the asset to send, if the user re-opens the AssetPicker, the NFTs...
### Describe the bug The Asset Picker modal should always display the selected asset (token or NFT) upon open. The asset should also be in selected state. Presently, if the...
## **Description** Creates a simple Disconnect All modal which can be used for both Accounts and Snaps ## **Related issues** Fixes: ## **Manual testing steps** Coming soon... ## **Screenshots/Recordings** ###...
## **Description** I noticed the text for account details key isn't localized. This PR localizes it. ## **Related issues** N/A ## **Manual testing steps** N/A ## **Screenshots/Recordings** ### **Before** ###...
## **Description** Small code improvement. We can simply define the object with its properties instead of adding them one by one. ## **Related issues** Fixes: N/A ## **Manual testing steps**...
## **Description** Changing the network mid-send can effect ENS domains in a negative way. Namely, an ENS domain can have a different addresses per chain. This PR ensure that ENS...
## **Description** Coming soon. ## ** ToDo ** - [x] Add logic for conditionally showing the toast - [x] Implement UI and state for closing item - [x] Add `dispatch`...
## **Description** The `` component is `position: sticky` which is problematic. Removing that positioning for now; we can improve in the future to make the stickiness better. ## **Related issues**...