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) <noreply@anthropic.com>
This commit is contained in:
@@ -156,7 +156,6 @@ void RenderContactsTab(App* app)
|
|||||||
auto addrTable = S.table("dialogs.address-book", "address-table");
|
auto addrTable = S.table("dialogs.address-book", "address-table");
|
||||||
auto addrFrontLbl = S.label("dialogs.address-book", "address-front-label");
|
auto addrFrontLbl = S.label("dialogs.address-book", "address-front-label");
|
||||||
auto addrBackLbl = S.label("dialogs.address-book", "address-back-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 notesInput = S.input("dialogs.address-book", "notes-input");
|
||||||
auto actionBtn = S.button("dialogs.address-book", "action-button");
|
auto actionBtn = S.button("dialogs.address-book", "action-button");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user