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

12 Commits

Author SHA1 Message Date
Danica Shen
c23bd4925b
feature: convert level 32 files to typescript () 2023-01-27 18:28:03 +00:00
Brad Decker
3ff12d70e9
Replace usages of conversion util in rest of UI folder in favor of Numeric () 2023-01-24 08:44:49 -06:00
Brad Decker
92f6ea6f6b
Relocate conversion utils to shared/modules/conversion.utils.js () 2023-01-20 11:04:37 -06:00
Jyoti Puri
8125473dc5
Removing flag for EIP1559 V2 support () 2022-12-09 00:07:06 +05:30
Filip Sekulic
ddcaaf3e8d
Allow transactions with gas price or priority fee 0 () 2022-12-07 09:10:10 -06:00
Brad Decker
652d631cda
remove exclusions for mismatched object jsdoc type casing () 2022-07-27 08:28:05 -05:00
Mark Stacey
3732c5f71e
Add JSDoc ESLint rules ()
ESLint rules have been added to enforce our JSDoc conventions. These
rules were introduced by updating `@metamask/eslint-config` to v9.

Some of the rules have been disabled because the effort to fix all lint
errors was too high. It might be easiest to enable these rules one
directory at a time, or one rule at a time.

Most of the changes in this PR were a result of running
`yarn lint:fix`. There were a handful of manual changes that seemed
obvious and simple to make. Anything beyond that and the rule was left
disabled.
2022-01-07 12:27:33 -03: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
Matthew Epps
311ea021f3
Optimize rest of swaps flow () 2021-12-07 11:33:13 -06:00
Jyoti Puri
7609841902
Confirm transaction page - onchain failure handling () 2021-11-24 22:32:53 +05:30
Jyoti Puri
a49a40fbbb
Adding GasFee context ()
Adding GasFee context
2021-11-10 07:37:10 +05:30
Jyoti Puri
79b08fb803
Refactoring useGasFeeInputs hook ()
Refactoring useGasFeeInputs hook
2021-10-22 22:44:28 +05:30