add edit profile screens (child/parent) with SCA, paginated transactions, and reactive state refresh
This commit is contained in:
@@ -29,11 +29,15 @@ class AppRoutes {
|
||||
'${childWallet(childWalletId)}/goals';
|
||||
static String extract(String childWalletId) =>
|
||||
'${childWallet(childWalletId)}/extract';
|
||||
static String editChildProfile(String childWalletId) =>
|
||||
'${childWallet(childWalletId)}/edit';
|
||||
static const dashboardActivity = '$dashboard/activity';
|
||||
static const dashboardNotifications = '$dashboard/notifications';
|
||||
static const dashboardProfile = '$dashboard/profile';
|
||||
static const dashboardProfileSettings = '$dashboardProfile/settings';
|
||||
static const dashboardProfilePayout = '$dashboardProfile/payout';
|
||||
static const dashboardProfileEditPersonalData =
|
||||
'$dashboardProfileSettings/edit-personal-data';
|
||||
static const dashboardProfilePaymentMethods =
|
||||
'$dashboardProfileSettings/payment-methods';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user