Guillaume Roux
8683282a6f
Dark Mode: Replace color occurences ( #14112 )
3 years ago
David Walsh
a281db9e60
Dark Mode: Onboarding Flow ( #14125 )
3 years ago
David Walsh
a74f898dcc
Dark Mode: Remove Unused Colors ( #14088 )
3 years ago
Guillaume Roux
64d35458b0
Dark Mode : Onboarding flow ( #14020 )
3 years ago
David Walsh
a5ee4097f5
Dark Mode: Fix Onboarding image text color ( #13983 )
3 years ago
David Walsh
cd11f90f8f
Add labels to provide better accessibility during onboarding v2 ( #13890 )
3 years ago
VSaric
060c6d651c
Remove usages of useMetricEvent hook ( #13930 )
3 years ago
filipsekulic
c439953d94
Fixed issues in onboarding flow ( #13826 )
3 years ago
George Marshall
fa4d884a87
Find and replace of all typography colors to design tokens ( #13885 )
3 years ago
filipsekulic
ac9f263e1a
Write down your SRP page fixes ( #13729 )
...
* Fixed few things in 'Write down srp page' flow
* Applied requested changes
* Modified messages
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
dragana8
658f0be63f
Update privacy page text ( #13795 )
3 years ago
VSaric
bea907e437
Create password page ( #13792 )
3 years ago
George Marshall
395806943f
Updating colors in various components js and css ( #13831 )
3 years ago
VSaric
bd54fafe7d
Import SRP page ( #13568 )
...
* Import SRP page
* Moved url link for SRP to the zendesk urls constant in the constants folder
3 years ago
VSaric
a0602f1c0e
Success page ( #13570 )
3 years ago
VSaric
6b996a7979
Secure your wallet page ( #13571 )
...
* Secure you wallet page
* Remove seedPhraseIntroSidebarBulletThree from messages.json
* Change the second bullet from Figma design
* Requested review changes
3 years ago
David Walsh
10dc686505
Dark Mode Part 1: Switch to Using CSS Variables ( #13147 )
3 years ago
George Marshall
854fc71ae7
Organizing storybook to echo app folder structure ( #12796 )
...
* Organizing storybook to echo app folder structure
* Updating new stories to follow new convention from develop
3 years ago
Olaf Tomalka
70386726f6
Implement Flask onboarding UI ( #12745 )
...
* Added Flask Experimental Area warning to OnboardingV2
* Added first time flow Flask Experimental Area warning
* Made both onboarding flows use one Experimental Area component
* Fix comments in React divs
* Fix unreachable code
* Fix build lint problems
* Changes after code review
* Added guards around route constants imports
* Code Review changes
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Code review changes
* Fix lint
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/flask/experimental-area/index.scss
Co-authored-by: George Marshall <george.marshall@consensys.net>
* fix lint
Co-authored-by: George Marshall <george.marshall@consensys.net>
3 years ago
Mark Stacey
7929a92c66
Clear the clipboard after the seed phrase is pasted ( #12828 )
...
* Clear the clipboard after the seed phrase is pasted
On the "Import" page of the import onboarding flow, we now clear the
clipboard after the secret recovery phrase is pasted. This ensures that
the SRP isn't accidentally pasted somewhere else by the user, which can
be an easy and disastrous mistake to make.
* Clear clipboard during new onboarding flow as well
3 years ago
Elliot Winkler
730fec4a30
Replace history during onboarding ( #12693 )
3 years ago
Elliot Winkler
405b56c730
Replace history during onboarding ( #12693 )
3 years ago
PeterYinusa
dc19e1d5f6
Onboarding v2 e2e test ( #12628 )
...
* add data-testid's
* import wallet test
* create wallet test
* fix lint issues
3 years ago
Alex Donesky
f733857388
Onboarding V2 Cleanups ( #12417 )
...
* remove the onboarding V2 feature flags used for dev, some remain until we're ready to make the switch
* update route
* add setCompletedOnboarding dispatch to submission on privacy-settings view
* update privacy-settings test
3 years ago
David Walsh
d90ac2d8e6
Fix 12192 - Implement new metametrics onboarding screen ( #12282 )
3 years ago
David Walsh
16d741348e
Fix #12190 - Implement new pin extension view for onboarding ( #12290 )
3 years ago
David Walsh
84e0547ac0
Use consistent naming for welcome route of onboarding ( #12366 )
3 years ago
Alex Donesky
71f91568db
Migrate completedOnboarding and firstTimeFlowType state into onboardingController ( #12356 )
...
* migrate completedOnboarding state into onboardingController
* migrate firstTimeFlowType state from preferencesController to onboardingController
3 years ago
Alex Donesky
859b80955b
Small clean ups of onboarding flow v2 changes ( #12349 )
3 years ago
Alex Donesky
398ea62029
Add Import Secret Recovery Phrase View ( #12289 )
...
* Add import secret recovery phrase to onboarding flow
3 years ago
David Walsh
77f8ec4d3a
Fix 12265 - Update onboarding welcome screen ( #12275 )
3 years ago
Alex Donesky
a8ec9ada2a
Onboarding V2 Creation Successful view ( #12248 )
...
* add creation-successful onboarding view
3 years ago
Alex Donesky
3d36fbd8ce
Onboarding V2 Privacy settings view ( #12253 )
...
* add Set Advanced Privacy Settings onboarding view
3 years ago
Alex Donesky
614228cba7
Onboarding V2 Secure Your Wallet view ( #12208 )
...
* secure-your-wallet onboarding view
3 years ago
Alex Donesky
3985a65e36
Onboarding V2 App Header ( #12264 )
...
* Add onboarding app header
3 years ago
Niranjana Binoy
68259ee3e2
UX Papercuts Epic: Create a consistent representation of the Buttons ( #12096 )
3 years ago
Alex Donesky
9355fb21c7
Establish onboarding-flow wrapper/router base and feature flag env variable ( #12247 )
...
* establish onboarding-flow wrapper/router base and feature flag env variable
* small cleanup
* addressing feedback
3 years ago
Alex Donesky
0ca0f1784e
Add recovery-phrase views for new onboarding flow ( #11434 )
...
* add recovery-phrase views for new onboarding flow
* black => ui-black
* minor syntax improvement
3 years ago
Alex Donesky
b1e2005a73
Add form-field component and new account view ( #11450 )
...
* add generic form-field component
* swap in new form-field component for advanced-gas-controls-row
* add new create password view for redesigned onboarding flow
* make text additions translatable
3 years ago