1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/send
Elliot Winkler 1304ec7af5
Convert shared/constants/metametrics to TS (#18353)
We want to convert NetworkController to TypeScript in order to be able
to compare differences in the controller between in this repo and the
core repo. To do this, however, we need to convert the dependencies of
the controller to TypeScript.

As a part of this effort, this commit converts
`shared/constants/metametrics` to TypeScript. Note that simple objects
have been largely replaced with enums. There are some cases where I even
split up some of these objects into multiple enums.

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2023-04-03 09:31:04 -06:00
..
gas-display Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send-content Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send-footer Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send-header Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
index.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
send.constants.js NFT: Replaced all the instances of collectibles with NFTs (#17741) 2023-02-17 00:53:29 +05:30
send.js Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send.scss Fixing some incorrect CSS color vars (#17033) 2023-01-09 11:58:34 -08:00
send.test.js Refactor KeyringTypes constant (#17490) 2023-03-21 12:13:22 -02:30
send.utils.js NFT: Replaced all the instances of collectibles with NFTs (#17741) 2023-02-17 00:53:29 +05:30
send.utils.test.js Replace usages of conversion util in rest of UI folder in favor of Numeric (#17334) 2023-01-24 08:44:49 -06:00