From 5902aed4310b0c4420a776e02a12b33ebd7cbf28 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 16 May 2026 23:27:41 +0200 Subject: [PATCH] feat(libra): drop User and Source rows from transaction cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User row is noise on a personal history view, and Source is always libra-api right now — both just clutter the card. Drop them; can bring back if/when there's a second source to disambiguate. --- src/modules/expenses/views/TransactionsPage.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/modules/expenses/views/TransactionsPage.vue b/src/modules/expenses/views/TransactionsPage.vue index ae0618d..4a56a21 100644 --- a/src/modules/expenses/views/TransactionsPage.vue +++ b/src/modules/expenses/views/TransactionsPage.vue @@ -367,11 +367,6 @@ onMounted(() => { Ref: {{ transaction.reference }} - -
- User: {{ transaction.username }} -
-
{ {{ tag }}
- - -
- Source: {{ transaction.meta.source }} -