-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): DTIS-450 removal crypto UI and deps (#259)
* fix: remove pages, components, reducers, fixtures from Crypto * fix: remove Crypto types * fix: remove unused defaultCredentialsCardData * fix: remove unnecessary ChooseAccountName component * fix: remove unused toast state * fix: remove seedPhraseType from GenerateSeedPhrase.tsx * fix: remove passing route params from onboarding * fix: unit test after clean up on generate seed * fix: clean unused operationState fields * fix: remove unused imports * fix: remove crypto fields from redux in VerifySeedPhrase.test.tsx * fix: remove unused validateMnemonic import in GenerateSeedPhrase.tsx * fix: remove unnecessary stateRestore condition in GenerateSeedPhrase.tsx * fix: remove unnecessary cryptoAccountsCache from GenerateSeedPhrase.test.tsx * fix: remove unnecessary onboardingRoute dict and deps * fix: crypto clean up in i18n * fix: remove unused cryptoAccountsCache * fix: remove unnecessary restore tests * fix: remove unnecessary unit tests for Generate Seed Phrase screen from Crypto/Generate * fix: remove comment * fix: remove unused wallet toast messages in i18n * fix: remove unused restoreCryptoAccount * fix: remove unnecessary undefined value * fix: using optional route in handleNavigation, Onboarding.tsx * fix: put back route condition in handleNavigation * fix: rename crypto placeholder to just crypto * fix: crypto wallet messages for toast * fix: remove unused toast message after verify seed phrase * fix: remove defaultCryptoAccount from redux * fix: remove newcryptoaccount from i18n * fix: remove AlertVerify in GenerateSeedPhrase.tsx * fix: refactor GenerateSeedPhrase.tsx * fix: remove AlertExit from GenerateSeedPhrase.tsx * fix: remove AlertExit and refactor
- Loading branch information
Showing
63 changed files
with
152 additions
and
4,246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.