snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
https://github.com/MetaMask/metamask-mobile/blob/main/app/components/Approvals/InstallSnapApproval/InstallSnapApproval.tsx#L106
Once we have implemented more UI components on mobile, we should do a performance pass to make sure we don't have unnecessary re-renders and generally have speedy rendering. We should...
Potentially a solution to do exponential backoff?
We've gotten some reports of issues with syncing the state between the `SnapInterfaceController` and the actual UI causing some input to be lost during re-rendering. Some of these problems are...
Review and expand testing of UI components in the extension including the UI renderer. The logic grows increasingly complicated in the specific Snaps UI components, mapping functions, interface context and...