Add 'Add to contacts' feature

Toolbar More menu now saves sender to Contact Manager with green
success toast or grey 'Already in contacts' toast for duplicates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Devon
2026-05-25 10:19:48 -04:00
parent 22aca3cfd1
commit f7873d14c7
5 changed files with 51 additions and 96 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "dashmail",
"runtimeExecutable": "npx",
"runtimeArgs": ["serve", "-p", "3000", "."],
"port": 3000
}
]
}