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

Add way of tracking last interaction with Snap on certain request types.

To define top-level rules for the Snaps UI system we need to port the SnapUIRenderer SCSS file to RN. We currently do not have a good way to do this.

We should consider making more components clickable, such as `Section`, `Card`, or `Box`. Either through a `clickable` prop, a `` wrapper, or another alternative.

Some lint violations were disabled after the migration. In those cases I added a comment "Either fix this lint violation or explain why it's necessary to ignore.". We should follow...

snaps-refined-backlog

Firefox ![Image](https://github.com/user-attachments/assets/1978c77d-a826-430c-b66f-53eadf2b3eb2) Chrome ![Image](https://github.com/user-attachments/assets/bf771445-3a21-4c72-8eb8-ec802a084134) Firefox and Chrome seem to behave differently when rendering this snippet: ```jsx Settings RPC Btn Block explorer Btn ``` Firefox v134.0.2 on Linux "@metamask/snaps-cli": "6.7.0", "@metamask/snaps-sdk":...

While somehow still making sure the API is client agnostic and not confusing / breaking extension

Hi, I am trying to add the WebAssembly I built from Rust by [this](https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_Wasm) guide into my Snap. I added the pkg folder into /packages/snap In my index.tsx, I added...

I'll like to have tooltips in rows to display full value of long values. This isn't supported atm.