From 3d2b734541720d1ba4e0ec60f04e0cdb6f2d9d2e Mon Sep 17 00:00:00 2001 From: DanS Date: Wed, 15 Jul 2026 07:10:57 -0500 Subject: [PATCH] refactor(contacts): drop now-unused addrInput schema lookup The revamped edit dialog derives its input widths from the card content width, so the address-input schema config is no longer read. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/ui/windows/contacts_tab.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/windows/contacts_tab.cpp b/src/ui/windows/contacts_tab.cpp index 8a88c5a..256aa2d 100644 --- a/src/ui/windows/contacts_tab.cpp +++ b/src/ui/windows/contacts_tab.cpp @@ -156,7 +156,6 @@ void RenderContactsTab(App* app) auto addrTable = S.table("dialogs.address-book", "address-table"); auto addrFrontLbl = S.label("dialogs.address-book", "address-front-label"); auto addrBackLbl = S.label("dialogs.address-book", "address-back-label"); - auto addrInput = S.input("dialogs.address-book", "address-input"); auto notesInput = S.input("dialogs.address-book", "notes-input"); auto actionBtn = S.button("dialogs.address-book", "action-button");