From beb48985e5e65b874516575f1a74d83fc1b96282 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 15:25:46 +0200 Subject: [PATCH] Drop the avatar trend icon from pending approval rows The INCOME/EXPENSE badge in the description column already conveys type via color + text; the avatar icon was redundant and consumed horizontal real estate without adding information. --- templates/libra/index.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates/libra/index.html b/templates/libra/index.html index c340543..04e7688 100644 --- a/templates/libra/index.html +++ b/templates/libra/index.html @@ -75,17 +75,6 @@
Pending Approvals
- - - - {% raw %}{{ isIncomeEntry(entry) ? 'Pending income approval' : 'Pending expense approval' }}{% endraw %} - - -