Let the contact list be resized, and give the contact the rest of the page

The contacts grid still had three columns from when the address books sat
inside the view: 220px for them, 280-360px for the list, the rest for the
contact. The books moved to the app's left pane in 350f4f4 and the grid
never followed, so the list was squeezed into the books' 220px, truncating
names, the contact was held to 360px, and the remaining width sat empty.

It is two columns now, with the same splitter as the message list between
them: drag between 240px and the width that leaves 360px for the contact,
arrow keys move it, double-click puts it back to 320px. The width is a
device setting beside the mail list's, so it is kept by a device marked as
your own and never synced. The splitter is hidden where contacts show one
pane at a time. The unused .contacts-books rules are gone.

"Resize contact list" is in all nine catalogues.
This commit is contained in:
2026-09-15 07:24:56 -07:00
parent 14e22c21fe
commit 95395200a3
13 changed files with 43 additions and 6 deletions
+1
View File
@@ -1195,6 +1195,7 @@ export const catalog: Catalog = {
"Full screen": "全屏",
"Resize panes": "调整窗格大小",
"Resize message list": "调整邮件列表大小",
"Resize contact list": "调整联系人列表大小",
"Resize sidebar": "调整侧边栏大小",
"Hide from list": "从列表中隐藏",
"Show in list": "在列表中显示",