snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
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...
Firefox  Chrome  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.