From 91aecd21920c37b4727a8604ec62454b02fffc85 Mon Sep 17 00:00:00 2001 From: padreug Date: Fri, 14 Nov 2025 22:40:11 +0100 Subject: [PATCH] Simplify TransactionsPage header to 'Transaction History' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed redundant subtitle and simplified header to just "Transaction History" for cleaner, more concise UI. Before: - Title: "My Transactions" - Subtitle: "View your recent transaction history" After: - Title: "Transaction History" - No subtitle 🐢 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/modules/expenses/views/TransactionsPage.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/expenses/views/TransactionsPage.vue b/src/modules/expenses/views/TransactionsPage.vue index f7845d7..de67fbc 100644 --- a/src/modules/expenses/views/TransactionsPage.vue +++ b/src/modules/expenses/views/TransactionsPage.vue @@ -184,10 +184,7 @@ onMounted(() => {
-
-

My Transactions

-

View your recent transaction history

-
+

Transaction History