From bff5a7cb374c75e663ad5a91c07b5fbdb7b82540 Mon Sep 17 00:00:00 2001 From: padreug Date: Mon, 15 Sep 2025 00:11:48 +0200 Subject: [PATCH] Refactor WalletPage layout for improved transaction display and responsiveness - Enhanced the desktop layout for better space management and alignment of transaction items. - Updated transaction description and timestamp handling for improved readability and flexibility. - Adjusted styling for transaction amounts to ensure consistent visibility and formatting. These changes contribute to a more organized and user-friendly interface in the WalletPage, enhancing the overall user experience. --- src/modules/wallet/views/WalletPage.vue | 73 +++++++++++++------------ 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/src/modules/wallet/views/WalletPage.vue b/src/modules/wallet/views/WalletPage.vue index d83559a..c6b0b72 100644 --- a/src/modules/wallet/views/WalletPage.vue +++ b/src/modules/wallet/views/WalletPage.vue @@ -240,9 +240,9 @@ onMounted(() => { - -