From 34fda9f62212460ca255c0032970711eadb89749 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 23 Nov 2025 11:06:50 +0100 Subject: [PATCH] refactor: Improve tenant payment instructions UX and disable incomplete features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renamed "2D CODE" feature to "PAYMENT INSTRUCTIONS" for better clarity and disabled incomplete auto-forwarding features. Changes: - Renamed tenant 2D code section to "Payment Instructions" - Updated labels to reflect that feature shows payment instructions + 2D code - Added InfoBox with important note about required app settings (name & IBAN) - Disabled auto bill forwarding toggle (feature incomplete) - Disabled rent due notification toggle (feature incomplete) - Updated translations in both English and Croatian The new naming better reflects what the feature does: showing payment instructions with IBAN details and a scannable 2D code to tenants. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/ui/LocationEditForm.tsx | 5 ++++- messages/en.json | 7 ++++--- messages/hr.json | 7 ++++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/ui/LocationEditForm.tsx b/app/ui/LocationEditForm.tsx index fc9c95e..f0355ce 100644 --- a/app/ui/LocationEditForm.tsx +++ b/app/ui/LocationEditForm.tsx @@ -170,9 +170,10 @@ export const LocationEditForm: FC = ({ location, yearMont ))} + {t("tenant-2d-code-note")} )} - +
@@ -182,6 +183,7 @@ export const LocationEditForm: FC = ({ location, yearMont