1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00
metamask-extension/ui/pages/send/send-content
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
..
__snapshots__ Use network provider state, instead of CurrencyRateController state, to select 'nativeCurrency' (#17450) 2023-01-27 13:47:47 -03:30
add-recipient UX: Icon: Stop using fa-times (#17811) 2023-02-27 10:42:02 -06:00
send-amount-row Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send-asset-row Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
send-gas-row Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
send-hex-data-row Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
send-row-wrapper Continue converting tests from enzyme to @testing-library/react (#16753) 2022-12-06 10:49:08 -06:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
send-content.component.js Convert Transaction constants to typescript (#17149) 2023-01-18 08:47:29 -06:00
send-content.component.test.js Continue converting tests from enzyme to @testing-library/react (#16753) 2022-12-06 10:49:08 -06:00
send-content.container.js Remove new address alert (#14811) 2022-12-08 14:20:24 +00:00
send-content.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30