snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
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...
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...
### 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...
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 ```
The logic is currently split, the controller could benefit from a review of where we can refactor.