Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
444 contributions in the last year
Activity overview
Contributed to
MetaMask/metamask-extension,
MetaMask/metamask-mobile,
MetaMask/metamask-snaps-beta
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in MetaMask/metamask-extension that received 9 comments
New info tooltip component
This PR adds a component that is an info icon with a tooltip. It can be used in places where we need to give the user information. Demo gif: The g…
+116
−0
•
9
comments
- Move the mascot component to its own directory
- Adds toPrecisionWithoutTrailingZeros utility
- Add exchange-rate-display component
- Adds pulse loader component
- Adds actionable message component and stories
- Fee card component
- MetaMask mascot support for provided directions targets and toggling followMouse
- Adds useUserPreferencedCurrencyDisplays hook and applies it to asset-list.js
- Adds decETHToDecWEI util method
- Reuse the loading-screen component and colocate it's styles
- Add lock icon to default networks
- colocate confirm-decrypt-message page styles
- Fix import/order issues
- Removes the dropdown menu and colocates old styles with account-menu
- colocate confirm-encryption-public-key page styles
- Fixes signed type data overflow
- Fix no-negated-condition issues
- Fix consistent-return issues
- Refactor assignment of "Background" metrics category
- colocate deposit-ether-modal styles
- Abstract search list from 'Add Token' for general use, and add new token search list story