From aef59cfc0c9bbcd7a1d1d4c0e9c4fd846e448030 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 16 May 2026 23:21:04 +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 }} -