add a contact-edit page and allow saving of notes

This commit is contained in:
2025-01-04 16:35:05 -07:00
parent 670c729a37
commit d4bb2a35fc
7 changed files with 167 additions and 77 deletions

View File

@@ -2,6 +2,7 @@ export interface Contact {
did: string;
name?: string;
nextPubKeyHashB64?: string; // base64-encoded SHA256 hash of next public key
notes?: string;
profileImageUrl?: string;
publicKeyBase64?: string;
seesMe?: boolean; // cached value of the server setting