From 86fa6a67fe3bf84bfd2147e2427b29091b4278af Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 17 Nov 2025 20:06:13 +0100 Subject: [PATCH] Add info box to account form explaining barcode usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added informational alert at the top of the account form to explain that profile data (name, address, IBAN) will be used to generate 2D barcodes for tenant bill payments. The alert uses a horizontal layout on all screen sizes for consistent UX. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/ui/AccountForm.tsx | 6 ++++++ messages/en.json | 1 + messages/hr.json | 1 + 3 files changed, 8 insertions(+) diff --git a/app/ui/AccountForm.tsx b/app/ui/AccountForm.tsx index 280226f..03c17d3 100644 --- a/app/ui/AccountForm.tsx +++ b/app/ui/AccountForm.tsx @@ -25,6 +25,12 @@ const FormFields: FC = ({ profile, errors, message }) => { return ( <> +
+ + + + {t("info-box-message")} +