mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
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:
parent
13c4fbd225
commit
5ca1c0c56e
35 changed files with 478 additions and 226 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue