Ariella Vu
a5d7cf3319
Transaction cleanup and fix TransactionDetailItem key not unique bug ( #18899 )
...
* TransactionDetailItem: allow empty detailText
* TxDetailItem: fix keys; ensure unique keys
2023-05-02 00:42:59 -03:00
Niranjana Binoy
fedd6d4970
New reusable gas-display component ( #17976 )
2023-04-17 10:34:26 -04:00
Danica Shen
794f3039f1
feature: migrate design-system.ts ( #17518 )
2023-02-02 20:15:26 +00:00
Niranjana Binoy
a0bb4a6c5a
Toggle option to enable/disable balance and Token rate checking for using third-party API ( #16772 )
2023-01-17 10:23:04 -05:00
Nidhi Kumari
0fd37cd5ff
removed i18nValue component ( #15179 )
...
* 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
9d1818df1b
Dark Mode: updating COLORS.BLACK to COLORS.TEXT_DEFAULT ( #14063 )
2022-03-21 08:58:27 -05:00
Jyoti Puri
6e8f4a6a76
gas fee details displayed on UI should be used gas estimates if available ( #13809 )
2022-03-03 05:52:46 +05:30
Jyoti Puri
a0e97f4681
EIP-1559 v2 - small fixes ( #13392 )
2022-01-26 23:48:43 +05:30
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';
```
2022-01-06 15:56:51 -07:00
Jyoti Puri
f5dcd12293
using 1559 V2 for cancel speed up flows ( #13019 )
2022-01-06 08:17:26 +05:30