Guillaume Roux

Results 16 issues of Guillaume Roux

Swap out the backend of the simulator with the one in snaps-jest to ease maintainability

Allow the interface `context` to be updated via the `snap_updateInterface` call.

This refactors the `AccountSelector`: - the state format for this component has changed to an object with an `id` and `address` key. - Adds a new optional prop `switchGlobalAccount` that...

Expose a component that would allow to type in an address and if it's valid truncates it in the middle and display a Jazzicon next to it. It could also...

Custom UI could use a Component that displays a Jazzicon/Blockie of an address. Create a component that takes an address and displays the Jazzicon or Blockie (depending on the extension's...

## **Description** This PR fixes the alignment issues of the custom UI link. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27957?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** ```ts import { Address, Box,...

team-snaps-platform