diff --git a/package-lock.json b/package-lock.json index 3814b719..eb4d759e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@vueuse/core": "^9.6.0", "@zxing/text-encoding": "^0.9.0", "axios": "^1.2.2", + "buffer": "^6.0.3", "class-transformer": "^0.5.1", "core-js": "^3.26.1", "dexie": "^3.2.2", @@ -7510,9 +7511,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + "version": "18.15.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.5.tgz", + "integrity": "sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", diff --git a/package.json b/package.json index 9a7a3cb6..b8059381 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@vueuse/core": "^9.6.0", "@zxing/text-encoding": "^0.9.0", "axios": "^1.2.2", + "buffer": "^6.0.3", "class-transformer": "^0.5.1", "core-js": "^3.26.1", "dexie": "^3.2.2", diff --git a/project.yaml b/project.yaml index 6b17aae6..097be2ef 100644 --- a/project.yaml +++ b/project.yaml @@ -12,7 +12,7 @@ - replace user-affecting console.logs with error messages (eg. catches) - contacts v1 : - - .2 show gives with new setting + - remove 'copy' until it works - 01 show gives with confirmations - .5 Add page to show seed. - 01 Provide a way to import the non-sensitive data. @@ -20,6 +20,7 @@ - 01 register others - .2 move all "identity" references to temporary account access - .1 remove "scan new contact" + - get 'copy' to work on account page - contacts v+ : - .5 make advanced "show/hide amounts" button into a nice UI toggle diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 43407bee..a0c8ba66 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -110,10 +110,20 @@ -
Public Key
+
Public Key (base 64)
- {{ publicHex }} + + {{ publicBase64 }} + + +
+ +
Public Key (hex)
+
+ + {{ publicHex }} @@ -138,15 +148,6 @@ Edit Identity -

Contact Actions

- - - Scan New Contact - -

Data

Make sure you have your backup file (above), then contact us.
+ +

+ How do I add someone to my contacts? +

+

+ Tell them to copy their ID, which typically starts with "did:ethr:...", + and send it to you. Go to the Contacts + page and enter that into the top + form. You may add a name by adding a comma followed by their name; you + may also add their public key by adding another comma followed by the + key. +