From 85031f84c05316b2404c08c6ff39209166ea8d83 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 7 May 2023 19:52:40 -0600 Subject: [PATCH] add help blurb for when we don't see info about someone that we should see --- project.yaml | 5 +++-- src/views/ContactsView.vue | 26 ++++++++++++++++++++++---- src/views/HelpView.vue | 14 ++++++++++++++ 3 files changed, 39 insertions(+), 6 deletions(-) diff --git a/project.yaml b/project.yaml index 395944b4..addf166a 100644 --- a/project.yaml +++ b/project.yaml @@ -6,8 +6,6 @@ - replace user-affecting console.logs with error messages (eg. catches) - contacts v1 : - - produce a video assignee:trent - - .2 warn about amounts when you cannot see them - .1 remove 'copy' until it works - .5 switch to prod server - .5 Add page to show seed. @@ -44,3 +42,6 @@ - Peer DID - DIDComm + +- v video for multiple identities https://youtu.be/p8L87AeD76w +- v video for adding time to contacts https://youtu.be/7Yylczevp10 diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 2669fbdb..508c598b 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -49,6 +49,18 @@ Your Contacts +
+ + + + Help + + +
+
- {{ givenByMeDescriptions[contact.did] || "Nothing" }} + + {{ givenByMeDescriptions[contact.did] }}