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

@@ -114,6 +114,13 @@ void configureAppRouter() {
path: 'settings',
name: 'profile_settings',
pageBuilder: const ProfileSettingsBuilder().buildPage,
routes: [
GoRoute(
path: 'payment-methods',
name: 'profile_payment_methods',
pageBuilder: const PaymentMethodsBuilder().buildPage,
),
],
),
],
),