snaps icon indicating copy to clipboard operation
snaps copied to clipboard

Extend the functionality of MetaMask using Snaps

Results 326 snaps issues
Sort by recently updated
recently updated
newest added

We should add a feature to the Snaps CLI to detect unused permissions, and log a warning if a permission is requested from the manifest but not used. - For...

snaps-feature

It seems to be dependent on the icon type as well, how it's going to look. But, yes there is a small misalignment. Can you create an issue for this,...

Images inside input need some styles to be fixed (padding, etc.). It should work like the icon in the example. Reference to extension code doing the same thing: https://github.com/MetaMask/metamask-extension/blob/main/ui/components/app/snaps/snap-ui-renderer/index.scss#L37-L42 Snap...

snaps-bug-fix
snaps-refined-backlog

### What is this about? Update the `@metamask/base-controller` package and replace all `RestrictedMessenger` instances with a delegated messenger. This issue represents the work needed to resolve breaking changes made as...

type-enhancement
team-wallet-framework

Following https://github.com/MetaMask/SIPs/issues/173

This PR adds a new component called `AccountSelector`. This component uses the account list of the client to display and select an account. The list can be filtered via the...

Fix display of the Skeleton when `` component is placed inside `` component. Right now, Skeleton is completely invisible when used like that. Snap JSX code example: ```xml ```

snaps-bug-fix
snaps-refined-backlog

The logic is currently split, the controller could benefit from a review of where we can refactor.

snaps-enhancement