From c2208ab5d77964d5faa1619824b31668d775a5df Mon Sep 17 00:00:00 2001 From: padreug Date: Mon, 15 Sep 2025 00:32:30 +0200 Subject: [PATCH] Enhance transaction display in WalletPage with tag badges - Added a tag badge to the top-left corner of each transaction item for improved visibility of transaction categorization. - Removed redundant tag badges from the transaction details section to streamline the layout. - Adjusted styling for transaction items to maintain a consistent and organized appearance. These changes enhance the user experience by providing clearer transaction information and improving the overall layout of the WalletPage. --- src/modules/wallet/views/WalletPage.vue | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/modules/wallet/views/WalletPage.vue b/src/modules/wallet/views/WalletPage.vue index c6b0b72..939ee11 100644 --- a/src/modules/wallet/views/WalletPage.vue +++ b/src/modules/wallet/views/WalletPage.vue @@ -176,8 +176,12 @@ onMounted(() => {
+ + + {{ tx.tag }} +
@@ -231,9 +235,6 @@ onMounted(() => {
- - {{ tx.tag }} - Fee: {{ tx.fee }} sats @@ -276,13 +277,8 @@ onMounted(() => {

{{ tx.description }}

-
- - {{ tx.tag }} - - - Fee: {{ tx.fee }} sats - +
+ Fee: {{ tx.fee }} sats
@@ -388,4 +384,4 @@ onMounted(() => { @update:open="showSendDialog = $event" />
- \ No newline at end of file +