From ef818baed60bb12836decfc1ea89eae0cf3451e3 Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 18 Sep 2025 22:06:46 +0200 Subject: [PATCH] Enhance ReceiveDialog.vue with UI improvements and responsive design - Updated styling for various components to improve visual hierarchy and responsiveness, including adjustments to padding, font sizes, and element spacing. - Enhanced form field labels and descriptions for better clarity and accessibility. - Improved error message display and button sizes for a more consistent user experience. - Refined layout for invoice details and payment status messages to ensure better readability across different screen sizes. These changes enhance the overall user experience by providing a more polished and responsive interface for managing Bitcoin payments. --- .../wallet/components/ReceiveDialog.vue | 138 ++++++++++-------- 1 file changed, 77 insertions(+), 61 deletions(-) diff --git a/src/modules/wallet/components/ReceiveDialog.vue b/src/modules/wallet/components/ReceiveDialog.vue index 421437f..10d10fa 100644 --- a/src/modules/wallet/components/ReceiveDialog.vue +++ b/src/modules/wallet/components/ReceiveDialog.vue @@ -181,65 +181,72 @@ function formatExpiry(seconds: number): string {