payment methods with HiPay, payment profile edited, allowance step in device setup, tio snackbar added and logout from profile settings

This commit is contained in:
2026-02-15 14:05:08 +01:00
parent 5803286a3f
commit a221b7a71e
105 changed files with 1921 additions and 268 deletions

View File

@@ -16,6 +16,7 @@ class AppRoutes {
static const dashboardNotifications = '$dashboard/notifications';
static const dashboardProfile = '$dashboard/profile';
static const dashboardProfileSettings = '$dashboardProfile/settings';
static const dashboardProfilePaymentMethods = '$dashboardProfileSettings/payment-methods';
static const hipayWebView = '/hipay_webview';
}