webapp/src/modules/wallet/components
padreug ab3a8ab296 Implement payment request normalization in SendDialog
- Added a new function to normalize payment requests by stripping URI prefixes (lightning: and lnurl:) and handling BIP-21 Bitcoin URIs with Lightning fallback.
- Updated the destination parsing logic to utilize the normalization function, ensuring consistent handling of various payment formats.
- Enhanced the payment submission process by using the normalized destination for sending payments.

These changes improve the robustness of payment handling in the SendDialog, providing better support for different payment request formats.
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 Implement payment request normalization in SendDialog 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