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
ryanml
58f9299df2
Guarding against null keyring (Hardware Wallet Selectors) ( #11893 )
3 years ago
Alex Donesky
13c2614b0d
Use higher gasfees when attempting to speedup or cancel a transaction ( #11936 )
3 years ago
Alex Donesky
9b6acb7370
Use higher gasfees when attempting to speedup or cancel a transaction ( #11936 )
3 years ago
ryanml
d1d6eac49c
Temporarily Disabling Mobile Sync ( #11931 )
3 years ago
ryanml
9d6fee3c07
Updating decimal precision to 9 (getRoundedGasPrice) ( #11930 )
3 years ago
ryanml
9c675ec033
Temporarily Disabling Mobile Sync ( #11931 )
3 years ago
ryanml
b20a77b255
Updating decimal precision to 9 (getRoundedGasPrice) ( #11930 )
3 years ago
ryanml
b021c35f7b
Fixing error handling for `publish()` (MobileSync) ( #11909 )
3 years ago
ryanml
dc3e74a66a
Localize import account warning messages ( #11910 )
3 years ago
ryanml
472cf17bda
Adding UI helpers for URL parsing ( #11899 )
3 years ago
Elliot Winkler
0d63aa0402
Update header on Send page to be more accurate ( #11895 )
...
Change "Add Recipient" to "Send to".
3 years ago
ryanml
a4360e7201
Adding subtitles for additional languages (SRP Video) ( #11849 )
...
Adding support for: Spanish, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Tagalog, and Vietnamese
3 years ago
Dan J Miller
f6cd702f1b
Dont default gas limit in gas popover when non is available on transaction params ( #11872 )
...
* Dont default gas limit when non is available on transaction params
* Fix unit tests
3 years ago
Dan J Miller
05fa7961f1
Dont default gas limit in gas popover when non is available on transaction params ( #11872 )
...
* Dont default gas limit when non is available on transaction params
* Fix unit tests
3 years ago
ryanml
1a01172d93
Fix content cutoff issue (Mobile Sync View ( #11871 )
3 years ago
ryanml
d1d6f0531e
Fix content cutoff issue (Mobile Sync View ( #11871 )
3 years ago
Dan Finlay
87d8598441
Increase saliency of mobile sync warning ( #11862 )
...
* Increase warning saliency of qr sync
* Remove duplciate locale entries
* Revise wording per Antonela feedback
* Avoid all caps
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
3 years ago
Dan Finlay
932474127e
Increase saliency of mobile sync warning ( #11862 )
...
* Increase warning saliency of qr sync
* Remove duplciate locale entries
* Revise wording per Antonela feedback
* Avoid all caps
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
3 years ago
Dan J Miller
17ae98ac39
Allow submission of transactions with dapp suggested gas fees, while estimates are loading ( #11858 )
...
* Allow submission of transactions with dapp suggested gas fees, while estimates are loading
* Allow editing of transactions with dapp suggested feeds, while estimates are still loading
* Ensure that advanced gas is always editible inline when gas is loading
* Ensure that insufficient balance error is shown when gas is loading if the user has customized the gas
* Only set gas price insufficient errors if the current network is non-eip-1559, or the txparams actually have a gas price
* Remove unnecessary param
* lint fix
* ensure insufficient balance warning is showing when loading
* Ensure that eip1559 network transactions do not combined eip1559 and non-eip1559 gas fee properties
* Lint fix
3 years ago
Dan J Miller
da42d60df1
Allow advanced inline gas editing when there is an estimates unavailable error ( #11859 )
3 years ago
Dan J Miller
29487ef277
Allow submission of transactions with dapp suggested gas fees, while estimates are loading ( #11858 )
...
* Allow submission of transactions with dapp suggested gas fees, while estimates are loading
* Allow editing of transactions with dapp suggested feeds, while estimates are still loading
* Ensure that advanced gas is always editible inline when gas is loading
* Ensure that insufficient balance error is shown when gas is loading if the user has customized the gas
* Only set gas price insufficient errors if the current network is non-eip-1559, or the txparams actually have a gas price
* Remove unnecessary param
* lint fix
* ensure insufficient balance warning is showing when loading
* Ensure that eip1559 network transactions do not combined eip1559 and non-eip1559 gas fee properties
* Lint fix
3 years ago
Dan J Miller
84036aacb6
Allow advanced inline gas editing when there is an estimates unavailable error ( #11859 )
3 years ago
Etienne Dusseault
46c4cc1966
Add confirm-add-suggested-token & confirm-add-token components to Storybook ( #11175 )
...
* add suggessted token
* lintfix
* lintfix
* silence use effect warning
* download token icons and use paths to avoid web urls
* lintifx
* Add confirm-add-token component to Storyboard (#11195 )
* create story for add token
* change code
* add confirm add token story
* lintfix
* Update confirm-add-token.component.js
* Update confirm-add-token.component.js
* different token list for confirm add token
* lintfix
* Update confirm-add-suggested-token.component.js
* remove bnb png
* remove redundant images and fix storybook image path
3 years ago
Etienne Dusseault
71a9fe2ed1
Add confirm-token-transaction-base component to Storybook ( #11414 )
...
* confirm-token-transaction-base
* Update ui/pages/confirm-token-transaction-base/confirm-token-transaction-base.stories.js
Co-authored-by: Brad Decker <git@braddecker.dev>
Co-authored-by: Brad Decker <git@braddecker.dev>
3 years ago
Etienne Dusseault
435b663f5f
awaiting signature ( #11656 )
3 years ago
Dan J Miller
805859af4d
Improve flashing behaviour for loading gas estimates (on confirm screen) ( #11852 )
...
* Improve flashing behaviour for loading gas estimates
* Fix typo
* renderHeartBeatIfInTest
3 years ago
Dan J Miller
b6086ebc17
Allow editing custom gas while estimate is loading ( #11853 )
3 years ago
Alex Donesky
4da940fdd4
Add low/medium/high gas recommendations to the speedup/cancel gas popovers ( #11818 )
3 years ago
ryanml
b7bab56a04
Return an empty string when date is not provided [Date display utils] ( #11831 )
3 years ago
Daniel
f5f923d208
Fix Insufficient number of substitutions for key "swapYourTokenBalance" ( #11833 )
...
* Fix Insufficient number of substitutions for key "swapYourTokenBalance"
* Use an empty string if there is no default symbol
* Add ? after SWAPS_CHAINID_DEFAULT_TOKEN_MAP[chainId]
3 years ago
David Walsh
a0d8894989
Remove unwanted console.log from codebase ( #11820 )
3 years ago
Dan J Miller
ae247ea14a
Improve flashing behaviour for loading gas estimates (on confirm screen) ( #11852 )
...
* Improve flashing behaviour for loading gas estimates
* Fix typo
* renderHeartBeatIfInTest
3 years ago
Dan J Miller
b919884c6e
Allow editing custom gas while estimate is loading ( #11853 )
3 years ago