changed color theme to be black and added the ability to enter the amount in the recipient’s currency

This commit is contained in:
Arseni
2026-03-02 17:41:41 +03:00
parent 17e08ff26f
commit 6bb3ab5063
41 changed files with 618 additions and 239 deletions

View File

@@ -41,15 +41,15 @@ class PayoutSidebar extends StatelessWidget {
final menuItems =
items ??
<PayoutDestination>[
PayoutDestination.dashboard,
PayoutDestination.recipients,
PayoutDestination.invitations,
PayoutDestination.reports,
<PayoutDestination>[
PayoutDestination.dashboard,
PayoutDestination.recipients,
PayoutDestination.invitations,
PayoutDestination.reports,
// PayoutDestination.methods,
// PayoutDestination.organizationSettings,
//TODO Add when ready
];
//TODO Add when ready
];
final theme = Theme.of(context);