1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Brad Decker
c87980bbfe
migrate network constants to typescript () 2022-09-14 09:55:31 -05:00
Nidhi Kumari
0fd37cd5ff
removed i18nValue component ()
* removed i18nValue component

* fixed bracket issue
2022-07-12 19:29:38 +05:30
Zachary Belford
c2d5bd01c4
Changed networks tab to explicitly pass in false and fix implicit type casting 2022-06-08 14:24:36 -07:00
George Marshall
8fcbebc546
Update design tokens library from 1.5 to 1.6 WIP ()
* 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
2022-05-25 08:35:36 -07:00
George Marshall
9d1818df1b
Dark Mode: updating COLORS.BLACK to COLORS.TEXT_DEFAULT () 2022-03-21 08:58:27 -05:00
Guillaume Roux
c3901e4ba8
Dark Mode : Gas fee () 2022-03-18 19:43:10 -05:00
Jyoti Puri
6e8f4a6a76
gas fee details displayed on UI should be used gas estimates if available () 2022-03-03 05:52:46 +05:30
Jyoti Puri
a0e97f4681
EIP-1559 v2 - small fixes () 2022-01-26 23:48:43 +05:30
Elliot Winkler
af971cd5b6
Remove dupe Prettier config from ESLint config ()
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';
```
2022-01-06 15:56:51 -07:00
David Walsh
10dc686505
Dark Mode Part 1: Switch to Using CSS Variables () 2022-01-06 11:35:49 -06:00
Jyoti Puri
f5dcd12293
using 1559 V2 for cancel speed up flows () 2022-01-06 08:17:26 +05:30