From cb2698d20eae273d372d03e11fa765a91c330c17 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Wed, 27 Feb 2019 11:16:41 -0330 Subject: First time flow updates (#6192) * Action select step of onboarding flow added. * Update navigation on create and import password screens. * Adds terms of service checkbox to create and import account screens. * Add security warning to jazzicon intro step * Update and streamline unique image to confirm seed steps of first time flow. * UI touch ups to welcome screen. * UI touch up on select action page * Fix first time import flow. * Add end of flow screen to first time flow * Replace unique image screen with updated fishing warning screen. * Update e2e tests for onboarding flow changes. * Add required translations to onboarding flow. * Update design of select action screen to emphasize create new wallet option. * Clean up onboarding flow code. * Remove notice related code from first-time-flow directory. * Use updater function argument in new-account.component --- app/images/download-alt.svg | 5 +++++ app/images/sleuth.svg | 1 + app/images/thin-plus.svg | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 app/images/download-alt.svg create mode 100644 app/images/sleuth.svg create mode 100644 app/images/thin-plus.svg (limited to 'app/images') diff --git a/app/images/download-alt.svg b/app/images/download-alt.svg new file mode 100644 index 000000000..11c54fd66 --- /dev/null +++ b/app/images/download-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/app/images/sleuth.svg b/app/images/sleuth.svg new file mode 100644 index 000000000..f4ac8c787 --- /dev/null +++ b/app/images/sleuth.svg @@ -0,0 +1 @@ + diff --git a/app/images/thin-plus.svg b/app/images/thin-plus.svg new file mode 100644 index 000000000..f46c72a4a --- /dev/null +++ b/app/images/thin-plus.svg @@ -0,0 +1,4 @@ + + + + -- cgit