From 8a9ea269de2fc58ce6c67bb01989e41ac5e56cfa Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 25 Jun 2026 22:39:51 +0200 Subject: [PATCH] feat(libra): trim amount/currency/reference helper text Remove the "Amount in selected currency" and "Currency for this income/expense" helper lines on both forms, drop the Reference helper line, and mark the field as "Reference (optional)" in the label instead. Also drops the now-unused FormDescription import from the income form. --- src/accounting-app/views/AddIncome.vue | 6 +----- src/modules/expenses/components/AddExpense.vue | 11 +---------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue index 59df255..a3d044f 100644 --- a/src/accounting-app/views/AddIncome.vue +++ b/src/accounting-app/views/AddIncome.vue @@ -118,7 +118,6 @@ step="0.01" /> - Amount in selected currency @@ -138,7 +137,6 @@ - Currency for this income @@ -146,11 +144,10 @@ - Reference + Reference (optional) - Optional reference number or note @@ -202,7 +199,6 @@ import { Textarea } from '@/components/ui/textarea' import { Badge } from '@/components/ui/badge' import { FormControl, - FormDescription, FormField, FormItem, FormLabel, diff --git a/src/modules/expenses/components/AddExpense.vue b/src/modules/expenses/components/AddExpense.vue index 37be23d..f49d24e 100644 --- a/src/modules/expenses/components/AddExpense.vue +++ b/src/modules/expenses/components/AddExpense.vue @@ -128,9 +128,6 @@ step="0.01" /> - - Amount in selected currency - @@ -155,9 +152,6 @@ - - Currency for this expense - @@ -166,16 +160,13 @@ - Reference + Reference (optional) - - Optional reference number or note -