Brad Decker
c72199a1a6
update prettier ( #15360 )
2 years ago
Nidhi Kumari
0fd37cd5ff
removed i18nValue component ( #15179 )
...
* removed i18nValue component
* fixed bracket issue
2 years ago
Dan Miller
bc6c60cde1
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Dan Miller
24662963c5
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Mark Stacey
925a19fa4a
Revert "Merge pull request #14912 from MetaMask/Version-v10.16.0"
...
This reverts commit f09ab88891
, reversing
changes made to effc761e0e
.
This is being temporarily reverted to make it easier to release an
urgent fix for v10.15.1.
2 years ago
George Marshall
8fcbebc546
Update design tokens library from 1.5 to 1.6 WIP ( #14732 )
...
* Updating account menu icon color
* Updating design-tokens and making appropriate updates to extension styles
* Adding more deprecated tags to colors
* Adding spinner and removing todo comment
* Remove comment
* Updates
* Updating snapshots
* More color and ui updates
* reverting transition change
3 years ago
Dan J Miller
794d6f72bd
Fix color in v2 gas fee modal ( #14224 )
3 years ago
Dan J Miller
74ef9edd54
Fix color in v2 gas fee modal ( #14224 )
3 years ago
Guillaume Roux
06e196441a
swap hex colors in ui/components/app folder ( #14189 )
3 years ago
Jyoti Puri
614457d9b6
speedup transaction: save on advance gas modal should not close speed… ( #14101 )
3 years ago
Guillaume Roux
c3901e4ba8
Dark Mode : Gas fee ( #14005 )
3 years ago
Guillaume Roux
ad28c81a39
General backgrounds and borders design token updates ( #13764 )
...
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com>
Co-authored-by: George Marshall <george.marshall@consensys.net>
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
3 years ago
Jyoti Puri
c0d03ea70a
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Jyoti Puri
2b5b787ca9
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Jyoti Puri
760ed3457d
Removing EIP_1559_V2 feature flag ( #13481 )
3 years ago
Jyoti Puri
cc1861a34e
Adding metrics events for EIP-1559 V2 flow ( #13329 )
3 years ago
Jyoti Puri
a0e97f4681
EIP-1559 v2 - small fixes ( #13392 )
3 years ago
Jyoti Puri
119e5497ff
UI fixes in EIP-1559 V2 screens ( #13367 )
3 years ago
Jyoti Puri
5b92dc4cf0
Adding e2e test for edit gas fee modal ( #13303 )
3 years ago
Jyoti Puri
bd33512c2a
Fix issue with dapp suggested option being visible in edit gas fee popover even if dapp has no gas suggestion ( #13316 )
3 years ago
Niranjana Binoy
cd0892a3af
EIP-1559 V2: Use default gas preferences of user for all transactions ( #13238 )
3 years ago
Elliot Winkler
af971cd5b6
Remove dupe Prettier config from ESLint config ( #13234 )
...
The ESLint config for the extension explicitly includes support for
Prettier. However, this is already being provided by our global ESLint
config (`@metamask/eslint-config`). Therefore there is no need to
include it here. In fact, this is causing weird issues where the `curly`
option is getting overridden somehow. After this change, these syntaxes
are invalid:
``` javascript
if (foo) return;
```
``` javascript
if (foo) return 'bar';
```
3 years ago
Jyoti Puri
0c531f8b01
EIP-1559 V2 UI fixes ( #13222 )
3 years ago
David Walsh
10dc686505
Dark Mode Part 1: Switch to Using CSS Variables ( #13147 )
3 years ago
Jyoti Puri
f5dcd12293
using 1559 V2 for cancel speed up flows ( #13019 )
3 years ago
Jyoti Puri
19c3d021ea
Using EIP-1559 V2 for swaps ( #12966 )
3 years ago
Jyoti Puri
889e49a4a2
Changes in gas loading animation in EIP-1559 V2 ( #13016 )
3 years ago
Jyoti Puri
2af45a656f
Adding validations for advance gas fee input fields ( #12879 )
3 years ago
Jyoti Puri
6fc9b6b7a2
Using EIP-1559 V2 for approve transaction flow ( #12906 )
3 years ago
Jyoti Puri
9dd5af3523
Implementing design feedbacks in EIP-1559 V2 flow ( #12943 )
3 years ago
Jyoti Puri
cd4ddffd9c
Adding gas limit section on advance gas fee modal ( #12865 )
3 years ago
Alex Donesky
6542d16349
1559 v2 tooltips ( #12750 )
...
* add tooltips
3 years ago
Jyoti Puri
a020281c96
Implementing save button on advance gas fee modal ( #12854 )
3 years ago
Niranjana Binoy
4b975adc85
EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs ( #12619 )
3 years ago
Jyoti Puri
f65063ac6c
Eip1559 v2 12593 ( #12719 )
3 years ago
Niranjana Binoy
582882b3ed
Adding the AdvancedGasFeePopover template ( #12780 )
3 years ago
Jyoti Puri
2c6fb06114
Edit gas fee modal more changes ( #12660 )
3 years ago
Jyoti Puri
0daefe9ea0
Adding edit gas fee modal ( #12624 )
...
Edit transaction screen changes for EIP-1559 V2
3 years ago