webapp/src/modules/wallet
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
..
components Implement payment request normalization in SendDialog 2025-09-18 23:02:56 +02:00
services Enhance ReceiveDialog.vue with improved invoice handling and payment status display 2025-09-18 23:01:01 +02:00
views Enhance SendDialog and WalletPage with QR code scanning integration 2025-09-18 23:02:56 +02:00
index.ts Add WebSocket support for wallet transactions and balance updates 2025-09-18 09:31:15 +02:00