ryanml
069ebaf463
Using design system breakpoint values across ui/
3 years ago
Niranjana Binoy
0c2af43d3a
changing token address to lowercase for dynamic token list ( #12071 )
3 years ago
Niranjana Binoy
05aadb38f2
Adding fake token warning and replacing `Add Token` labels with `Import Tokens` ( #11798 )
3 years ago
Niranjana Binoy
769beb2a26
Adding `Refresh list` and `import tokens` link to the main page ( #11755 )
3 years ago
Niranjana Binoy
18c35ad91e
Adding Token Detection Toggle to Security & Privacy ( #11851 )
3 years ago
Alex Donesky
490d3b8d40
Integrate TokensController ( #11552 )
...
* Integrate controllers/tokensController
* address rebase issues
* small cleanup
* addressing feedback
* more feedback
3 years ago
Niranjana Binoy
eb987a47b5
Integrating the TokenListController to Extension ( #11398 )
3 years ago
Brad Decker
ec1fd38076
remove unused sidebar component ( #12048 )
3 years ago
David Walsh
7b827ca5e7
Create MetaMask Beta build ( #10985 )
3 years ago
Daniel
6f0d6b1693
Add support for swaps via a direct contract for wrapping and unwrapping ( #11845 )
...
* Update contract address validations in swaps for different networks
* Add support for direct contract swaps for wrapping and unwrapping
* Add WETH_RINKEBY_CONTRACT_ADDRESS
3 years ago
Elliot Winkler
a35f22fcdf
Add Max Fee Per Gas to transaction breakdown ( #12042 )
...
This comes through in EIP-1559 transactions and so it is helpful to show
this to users.
3 years ago
Daniel
93cdd3c159
Use Swaps dev APIs based on an env variable ( #11924 )
3 years ago
jpuri
ec9b94ccfe
Fix padding at bottom of custom network form in popup view
3 years ago
Etienne Dusseault
09e79f273a
fix state problems with Storybook ( #11984 )
...
* fix state problems with Storybook
* lint
* lint
* Cleanup
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Akintayo A. Olusegun
0339a8715b
Refactor contact name code using ternary operator.
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Akintayo A. Olusegun
1ad80f0ae8
Use variable to check if should display dialog and display dialog
...
inline.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
ryanml
17fe978c82
Adding usage instructions for Ledger Live users to confirmation screen ( #12020 )
...
* Adding usage instructions for Ledger Live users to confirmation screen
* Using design system components
* Hiding first step on Firefox
3 years ago
Akintayo A. Olusegun
409bb00748
Separate container from component as per https://github.com/MetaMask/metamask-extension/pull/12019#discussion_r703804969
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
ryanml
449da1d095
Improving warning text for eth_sign ( #12013 )
...
* Improving warning text for eth_sign
* Copy update
3 years ago
Akintayo A. Olusegun
d78855cb3d
Fix for: Confirmation screen should show local nicknames even when invoking a contract method #11148
...
1. Display the new address detected dialog if the contract is not in the address book
2. Use the address book if exists, else use the default.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Elliot Winkler
49e1abc374
Sort contacts alphabetically ( #11982 )
...
* Sort contacts alphabetically
Contacts are grouped together by letter, and the groups are listed
alphabetically, but the contacts in each group are not sorted
alphabetically themselves.
Fixes #10318 .
* Improve tests to be less brittle
* Remove this matcher
* Revert this file
* Also don't need this change anymore
* Don't need this data attribute either
3 years ago
Alex Donesky
7a8f65d642
fix import account page layout ( #11944 )
...
* fix import account page layout
* cleanup
3 years ago
Alex Donesky
dcebf49032
fix contact settings layout issues ( #11967 )
3 years ago
Alex Donesky
3358ac2c1f
send user to account page upon adding a custom network ( #11945 )
3 years ago
Alex Donesky
e8ab578ed0
bump @metamask/controllers to v15.0.2 and remove AbortController workaround in e2e tests ( #11988 )
...
* bump @metamask/controllers to v15.0.1 and remove AbortController workaround in e2e tests
* remove old abortcontroller polyfill
* bump @metamask/controllers to v15.0.2
3 years ago
ryanml
cce623f5b6
Fixing horizontal line for gas recommendations ( #11890 )
...
* Fixing horizontal line for gas recommendations
* Unify browser differences between Chrome and FF
* Remove duplicate style
* Remove browser hacks
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
3 years ago
Akintayo A. Olusegun
aba396870a
Update copy in dapp suggested gas fee tooltip to: "Edit to use MetaMask's recommended gas fee based on the latest block." #11952 ( #11986 )
...
* Change the [domain] suggested gas fee (i) to Estimated gas fee (i)
Change that line's color from orange to black
Under that line, add Site suggested in italics in gray.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* liinter fixes.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Dan J Miller
9cf7413e4b
1559 ledger ( #11951 )
...
* EIP-1559 - Provide support for Ledger
* Update ui/selectors/selectors.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Add shared constants for hw types
* bump eth-ledger-bridge-keyring to v0.7.0
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Alex <adonesky@gmail.com>
3 years ago
Dan J Miller
a4c0133bc5
1559 ledger ( #11951 )
...
* EIP-1559 - Provide support for Ledger
* Update ui/selectors/selectors.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Add shared constants for hw types
* bump eth-ledger-bridge-keyring to v0.7.0
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Alex <adonesky@gmail.com>
3 years ago
Etienne Dusseault
48c5c07ded
send-content ( #11962 )
3 years ago
Etienne Dusseault
9f0f729c5b
token-placeholder ( #11961 )
3 years ago
Etienne Dusseault
8875e9a49c
token-search ( #11960 )
3 years ago
Etienne Dusseault
1a0276fc6e
gas-fee-display ( #11959 )
3 years ago
Etienne Dusseault
1c2d9e5c9c
add-token ( #11957 )
3 years ago
Etienne Dusseault
616016a1f6
account-list-item ( #11956 )
3 years ago
Etienne Dusseault
4426104fc7
unlock-page ( #11955 )
3 years ago
Etienne Dusseault
9f10fe8c97
swaps-gas-customization ( #11938 )
3 years ago
Etienne Dusseault
8d22dc4470
import token ( #11657 )
3 years ago
Etienne Dusseault
28708e3a2e
Add first time flow components to Storybook ( #11655 )
...
* end of first time flow
* metametrics first time flow
* select-action
* welcome
3 years ago
Etienne Dusseault
0a472a440a
create-password ( #11646 )
3 years ago
Etienne Dusseault
2de9628865
Add mobile-sync component to Storybook ( #11645 )
...
* mobile sync
* lintfix
3 years ago
Etienne Dusseault
57a5e4528b
Add permissions-connect component to Storybook ( #11644 )
...
* add metadata
* fix image path for storybook
* fix lint
* separate components
3 years ago
Etienne Dusseault
2ca7f066e3
Add new-account component to Storybook ( #11638 )
...
* add action
* lintfix
3 years ago
Etienne Dusseault
7d0d6013af
Add connected-accounts component to Storybook ( #11637 )
...
* name change
* add actions
* lintfix
3 years ago
Etienne Dusseault
7b4aac7755
Add connected-sites component to Storybook ( #11415 )
...
* connectd-sites
* fix image path for storybook
* lintfixd, namechange
3 years ago
Etienne Dusseault
2996163770
Add confirm-send-token component to Storybook ( #11399 )
...
* fix image path for storybook
* confirm-send-token-component
* lintfix
3 years ago
Etienne Dusseault
cd3447995b
confirm-transaction-base ( #11396 )
...
Co-authored-by: kumavis <kumavis@users.noreply.github.com>
3 years ago
Etienne Dusseault
a77368be34
Add confirm-send-ether component to Storybook ( #11395 )
...
* confirm-send-ether
* fix conflict
* lintfix
Co-authored-by: kumavis <kumavis@users.noreply.github.com>
3 years ago
Austin Akers
6875d15e5f
disabled spell-check on ens input
3 years ago
Austin Akers
a690cd618c
fixed scrolling issue with many accounts
3 years ago