Cw 765 onboarding flow improvements (#1817)

* update onboarding flow

* update welcome subtitle

* update wallet title

* add create restore wallet subtitles

* info button

* minor fix [skip ci]

* Update text and iconbutton

* Cleanup

---------

Co-authored-by: tuxpizza <tuxsudo@tux.pizza>
This commit is contained in:
Serhii 2024-11-27 23:05:04 +02:00 committed by GitHub
parent 13c4fbd225
commit 5ca1c0c56e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 478 additions and 226 deletions

View file

@ -1,5 +1,7 @@
class Routes {
static const welcome = '/welcome';
static const welcomeWallet = '/welcome_create_restore_wallet';
static const welcomePage = '/welcome_page';
static const newWallet = '/new_wallet';
static const setupPin = '/setup_pin_code';
static const newWalletFromWelcome = '/new_wallet_from_welcome';