From c849258b5f911cc8aa599fe18961c71df0f1d62a Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 18 Sep 2025 22:09:46 +0200 Subject: [PATCH] Enhance QR code interaction in ReceiveDialog.vue - Updated the QR code display to include a clickable area that allows users to copy the invoice directly to the clipboard. - Added a descriptive message below the QR code to inform users about the copy functionality, improving usability and accessibility. These changes enhance the user experience by making it easier to interact with the QR code for invoice management. --- src/modules/wallet/components/ReceiveDialog.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/modules/wallet/components/ReceiveDialog.vue b/src/modules/wallet/components/ReceiveDialog.vue index 10d10fa..a35f9af 100644 --- a/src/modules/wallet/components/ReceiveDialog.vue +++ b/src/modules/wallet/components/ReceiveDialog.vue @@ -286,12 +286,17 @@ function formatExpiry(seconds: number): string {
-
- Lightning Invoice QR Code +
+
+ Lightning Invoice QR Code +
+

+ Click QR code to copy invoice +