Dan J Miller
3d630ca8d1
Do case-insensitive comparisons of token addresses in view-quote and build-quote ( #12315 )
3 years ago
Dan J Miller
18ca9d14e0
Do case-insensitive comparisons of token addresses in view-quote and build-quote ( #12315 )
3 years ago
Alex Donesky
3d36fbd8ce
Onboarding V2 Privacy settings view ( #12253 )
...
* add Set Advanced Privacy Settings onboarding view
3 years ago
ryanml
78b7f32d97
Adding UrlIcon component to Storybook ( #12285 )
3 years ago
Alex Donesky
614228cba7
Onboarding V2 Secure Your Wallet view ( #12208 )
...
* secure-your-wallet onboarding view
3 years ago
Jyoti Puri
fc41321470
Support for type 0 transaction ( #12252 )
...
Support for type 0 transaction
3 years ago
Alex Donesky
3985a65e36
Onboarding V2 App Header ( #12264 )
...
* Add onboarding app header
3 years ago
Niranjana Binoy
68259ee3e2
UX Papercuts Epic: Create a consistent representation of the Buttons ( #12096 )
3 years ago
Jyoti Puri
68d7ff73c5
Remove autofocus from gas limit input on advance gas popup ( #12279 )
3 years ago
ryanml
f741712255
Fixing confirmation screen storybook views ( #12271 )
3 years ago
Elliot Winkler
7c4bd78f2e
Suppress prop types warning in RadioGroupComponent ( #12249 )
...
When editing the gas fee for a transaction, the following warning is
being output to the console:
Warning: Failed prop type: Connector: prop type `isFirst` is invalid; it must be a function, usually from the `prop-types` package, but received `undefined`.
This commit fixes this issue.
3 years ago
ryanml
c14f46eb92
Fixing confirm-add-suggested-token storybook entry ( #12261 )
3 years ago
Alex Donesky
9355fb21c7
Establish onboarding-flow wrapper/router base and feature flag env variable ( #12247 )
...
* establish onboarding-flow wrapper/router base and feature flag env variable
* small cleanup
* addressing feedback
3 years ago
ryanml
730605353a
Using URL util to parse hostname for block explorer link ( #12241 )
3 years ago
Jyoti Puri
6187ab9b01
Fix gas control flicker on send screen when switching between EIP-1559 networks ( #12230 )
...
Fix gas control flicker on send screen when switching between EIP-1559 networks
3 years ago
Etienne Dusseault
bf89226ca1
Add send-header to Storybook ( #12084 )
3 years ago
Etienne Dusseault
c2bbbdd19c
Add account-list component to Storybook ( #12228 )
3 years ago
Etienne Dusseault
b5103bf317
Add select-hardware component to Storybook ( #12227 )
3 years ago
Matthew Epps
53f2c84209
Add client id to GasFeeController ( #12221 )
...
* chore: Add client id to GasFeeController
* chore: change EXTENSION_CLIENT_ID to SWAPS_CLIENT_ID in constants file
3 years ago
ryanml
f52dac290b
Using parsed seed phrase for restore vault input validation ( #12229 )
...
Fixes MetaMask/metamask-extension#12225
3 years ago
David Walsh
7810cb3cdf
Prevent fox mesh JSON warning ( #12200 )
...
* Prevent fox mesh JSON warning
* Update ui/helpers/utils/build-types.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Fix lint
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
3 years ago
Jyoti Puri
180ead8175
Adding slider component ( #12219 )
...
Adding slider component
3 years ago
David Walsh
2e2bd0fce5
Prevent fox mesh JSON warning ( #12200 )
...
* Prevent fox mesh JSON warning
* Update ui/helpers/utils/build-types.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Fix lint
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
3 years ago
Niranjana Binoy
afede01717
Hiding refresh list on non-Mainnet networks ( #12210 )
3 years ago
Niranjana Binoy
62876f26b3
adding checksum conversion ( #12209 )
3 years ago
Niranjana Binoy
77581256ca
Hiding refresh list on non-Mainnet networks ( #12210 )
3 years ago
Alex Donesky
0e57973db8
fix issue where conversionRates aren't shown for tokens stored in non-checksum format ( #12206 )
3 years ago
Alex Donesky
14f0d8245b
fix issue where conversionRates aren't shown for tokens stored in non-checksum format ( #12206 )
3 years ago
Niranjana Binoy
c076faeb8f
adding checksum conversion ( #12209 )
3 years ago
Alex Donesky
b4cb15440b
fix cancel button styling bug ( #12204 )
3 years ago
Alex Donesky
db9253866e
fix cancel button styling bug ( #12204 )
3 years ago
Akintayo A. Olusegun
08dff86be0
Add target object word to "View on Etherscan" links ( #12100 )
...
* Add target object word to "View on Etherscan" links
Fix for: #9476
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Fix Swap tests checking for View $1 at or View $1 on
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Linter Fixes
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Fix ui/hooks/useTransactionDisplayData.test.js expected result should
be May 13, 2020
Update Jest snapshot for view on etherscan test
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Add description of the variables in messages.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* 1. localize all of the blockExplorerViewAction values
2. Apply this nit. https://github.com/MetaMask/metamask-extension/pull/12100#discussion_r708343532
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Lint fixes.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Fix locale value not used on GUI error lint error.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Reverted this commit, on circle ci, the date is May 12.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Add description to link block explore actions to where it's used.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Fix missing messages.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
ryanml
5d1b316817
Fixing accounts scrollbar for chrome ( #12205 )
3 years ago
ryanml
ae8467cc74
Fixing alignment of settings close button ( #12202 )
3 years ago
ryanml
30105a19d1
Fixing alignment of settings close button ( #12202 )
3 years ago
ryanml
730ff25028
Fixing accounts scrollbar for chrome ( #12205 )
3 years ago
Etienne Dusseault
a86129d23f
fee-card ( #12166 )
3 years ago
Etienne Dusseault
bf4e565497
edit-gas-display ( #12165 )
3 years ago
Jyoti Puri
adb56d8d16
Adding base to BigNumber constructor to round off value ( #12140 )
...
* Adding base to BigNumber constructor to round off value
* Numeric inputs to not allow more than 14 decimal places
3 years ago
Alex Donesky
1ca02cb633
fix issue where duplicate tokens without icons appear in swap-to token list dropdown ( #12148 )
3 years ago
ryanml
5c842107b9
Hardening property check for stopPropagation in ConfirmTxScreen ( #12158 )
3 years ago
Jyoti Puri
9e7b52b7df
Truncate extra decimal places from token amount for sending ( #12169 )
3 years ago
ryanml
a58211c0dd
Fixing ledger steps display (Confirm TX) ( #12163 )
...
* Fixing ledger steps display (Confirm TX)
* Hiding step two on Firefox
3 years ago
ryanml
aba2c71948
Fixing ledger steps display (Confirm TX) ( #12163 )
...
* Fixing ledger steps display (Confirm TX)
* Hiding step two on Firefox
3 years ago
Niranjana Binoy
9929820b88
Adding a Token detection announcement in Search tab ( #12152 )
3 years ago
Matthew Epps
3ca6202282
Add client id header for Swaps Apis ( #12137 )
3 years ago
Etienne Dusseault
6b7444c257
Add add-recipient to Storybook ( #12076 )
3 years ago
Niranjana Binoy
e03d3dd5f0
Moving UseTokenDetection toggle to new Experimental tab ( #12136 )
3 years ago
ryanml
8df521df8a
Updating swaps availability tooltip text ( #12157 )
...
* Updating swaps availability tooltip text
Fixes MetaMask/metamask-extension#12156
* text update
3 years ago
Dan J Miller
d2e9de106b
Add notification about need for ledger firmware update ( #12144 )
...
* Add notification about need for ledger firmware update
* Update messaging for ledger firmware notice
* Code cleanup
3 years ago