From 82a5e40e8eecbbf72df085362add267693d8d7c0 Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 18 Sep 2025 23:53:41 +0200 Subject: [PATCH] Refactor WalletPage.vue for improved layout and styling - Adjusted spacing and padding in the WalletPage layout for better visual consistency across different screen sizes. - Updated text sizes and button dimensions to enhance readability and usability. - Improved the structure of transaction and address sections for a more organized presentation of information. - Enhanced QR code display and interaction elements for better user experience. These changes streamline the user interface, making it more intuitive and visually appealing. --- src/modules/wallet/views/WalletPage.vue | 222 ++++++++++++------------ 1 file changed, 111 insertions(+), 111 deletions(-) diff --git a/src/modules/wallet/views/WalletPage.vue b/src/modules/wallet/views/WalletPage.vue index b285d14..eda2cb9 100644 --- a/src/modules/wallet/views/WalletPage.vue +++ b/src/modules/wallet/views/WalletPage.vue @@ -182,67 +182,66 @@ onMounted(async () => {