Garrett Bear
3e520214c9
update icons to ts enum version ( #18698 )
...
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
Co-authored-by: George Marshall <george.marshall@consensys.net>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-04-24 09:19:19 -05:00
George Marshall
739075662c
Migrating Icon to typescript and deprecating JS component ( #18431 )
...
* Migrating Icon to typescript and deprecating JS component
* gw suggestions (#18434 )
---------
Co-authored-by: Garrett Bear <gwhisten@gmail.com>
2023-04-04 09:48:04 -07:00
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
David Walsh
7dab4b53a4
Fix TypographyVariant typescript issues ( #18272 )
2023-03-22 13:22:30 +05:30
David Walsh
e3380ba3ae
UX: Icon: Remove fa-exclamation-triangle usages ( #17691 )
...
* UX: Icon: WIP: Remove fa-exclamation-triangle usages
* Swap the rest of the icons
* Fix color import
* Update ui/pages/onboarding-flow/secure-your-wallet/skip-srp-backup-popover.stories.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Update ui/pages/onboarding-flow/secure-your-wallet/skip-srp-backup-popover.stories.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Update ui/pages/onboarding-flow/secure-your-wallet/skip-srp-backup-popover.stories.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Update ui/pages/onboarding-flow/secure-your-wallet/skip-srp-backup-popover.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Update ui/components/app/add-network/add-network.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Update ui/components/ui/review-spending-cap/review-spending-cap.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* Fix lint
* Fix alignment and sizes
* Use IconColor
* Update ui/components/app/custom-spending-cap/custom-spending-cap-tooltip.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/confirmation-warning-modal/confirmation-warning-modal.js
Co-authored-by: Danica Shen <zhaodanica@gmail.com>
* Update ui/components/app/signature-request-original/signature-request-original-warning/signature-request-original-warning.js
Co-authored-by: Danica Shen <zhaodanica@gmail.com>
* Update ui/components/ui/review-spending-cap/review-spending-cap.js
Co-authored-by: Danica Shen <zhaodanica@gmail.com>
* Update ui/pages/onboarding-flow/secure-your-wallet/skip-srp-backup-popover.js
Co-authored-by: Danica Shen <zhaodanica@gmail.com>
* Fix imports
* Use IconColor
---------
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
Co-authored-by: George Marshall <george.marshall@consensys.net>
Co-authored-by: Danica Shen <zhaodanica@gmail.com>
2023-02-23 15:20:07 -06:00
Danica Shen
794f3039f1
feature: migrate design-system.ts ( #17518 )
2023-02-02 20:15:26 +00:00
David Walsh
72a1df247c
Onboarding v2: Implement requested metrics ( #17090 )
2023-01-13 10:11:27 -06:00
David Walsh
43adc60956
Onboarding: Set SeedPhraseBackedUp when appropriate ( #16875 )
...
* Onboarding: Set SeedPhraseBackedUp when appropriate
* Dispatch setSeedPhraseBackedUp
* Fix test
* Make call async
* Fix test
* Fix test
* enhance test
Co-authored-by: Alex <adonesky@gmail.com>
2022-12-15 08:38:15 -06:00
George Marshall
7f8dc260b5
Dark mode: onboarding icons and colors ( #14209 )
2022-03-28 09:42:09 -05:00
David Walsh
cd11f90f8f
Add labels to provide better accessibility during onboarding v2 ( #13890 )
2022-03-14 20:27:02 -05:00
PeterYinusa
dc19e1d5f6
Onboarding v2 e2e test ( #12628 )
...
* add data-testid's
* import wallet test
* create wallet test
* fix lint issues
2021-11-10 17:27:10 +00:00
Alex Donesky
614228cba7
Onboarding V2 Secure Your Wallet view ( #12208 )
...
* secure-your-wallet onboarding view
2021-10-06 13:52:25 -05:00