web-app/src/modules/wallet/components
padreug 46a5403b74 Refactor SendDialog form validation schema for improved clarity
- Simplified the form validation schema to always include an optional amount field, enhancing consistency across payment types.
- Updated the custom validation logic to ensure proper handling of required fields based on payment type, improving user experience.
- Adjusted the effective amount computation to default to zero when no amount is provided, ensuring accurate state management.

These changes streamline the form validation process, making it more intuitive for users while maintaining robust payment handling.
2025-09-18 23:02:56 +02:00
..
index.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
ReceiveDialog.vue Enhance QR code interaction in ReceiveDialog.vue 2025-09-18 23:01:01 +02:00
SendDialog.vue Refactor SendDialog form validation schema for improved clarity 2025-09-18 23:02:56 +02:00
WalletTransactions.vue Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00