Fix compose focus steal; add contact picker to To field; v1.1.17

- Focus effect now only fires when compose/reply first opens, not on every
  keystroke — typing in the To field no longer jumps focus to the body
- 👥 button next to To field opens a searchable contact picker dropdown;
  selecting a contact fills in email and name instantly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-07-28 12:15:45 -04:00
parent f0635753f1
commit a263f40178
3 changed files with 165 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "siteforge",
"private": true,
"version": "1.1.16",
"version": "1.1.17",
"type": "module",
"scripts": {
"dev": "vite",