From ab89db0a3b49d8be2be15b403b0dd6873c2e82a3 Mon Sep 17 00:00:00 2001 From: Padreug Date: Fri, 26 Jun 2026 11:06:18 +0200 Subject: [PATCH] feat(libra): make the "Other" account hint compact Replace the boxed amber Alert with a single inline amber line (warning icon + text) on both account-selection steps. Keeps the hint visible but removes the bulky border/background padding. Drops the now-unused Alert imports. --- src/accounting-app/views/AddIncome.vue | 13 +++++-------- src/modules/expenses/components/AddExpense.vue | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/src/accounting-app/views/AddIncome.vue b/src/accounting-app/views/AddIncome.vue index cc2938f..abb71b9 100644 --- a/src/accounting-app/views/AddIncome.vue +++ b/src/accounting-app/views/AddIncome.vue @@ -78,15 +78,13 @@
-

+

{{ t('libra.income.selectAccount') }}

- - - - {{ t('libra.income.otherAccountHint') }} - - +

+ + {{ t('libra.income.otherAccountHint') }} +

-

+

Select the account for this expense.

- - - - Use the "Other" account if you're not sure. - - +

+ + Use the "Other" account if you're not sure. +