diff --git a/project.yaml b/project.yaml index 1880bd8..4f7ef1f 100644 --- a/project.yaml +++ b/project.yaml @@ -7,14 +7,13 @@ - contacts v1 : - .2 warn about amounts when you cannot see them - - .1 remove 'copy' until it works + - .1 add confirmation message when 'copy' succeeds - .5 switch to prod server - .5 Add page to show seed. - 01 Provide a way to import the non-sensitive data. - 01 Provide way to share your contact info. - .2 move all "identity" references to temporary account access - .5 make deploy for give-only features - - .5 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 f9cce60..edfae38 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -206,7 +206,7 @@
Rate Limits diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index a764f1e..79be381 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -48,20 +48,20 @@ -
+

Help

-

Introduction

+

Introduction

This app is a window into data that you and your friends own, focused on gifts and collaboration.

-

How do I backup all my data?

+

How do I backup all my data?

There are two parts to backup your data: the identifier secrets and the other data such as settings, contacts, etc. @@ -73,7 +73,7 @@

  • - Go to Your Identity page. + Go to your Identity page.
  • Click on "Backup Identifier Seed" and follow the instructions. @@ -85,7 +85,7 @@
    • - Go to Your Identity page. + Go to your Identity page.
    • Click on "Download Settings...". That will save a file to your @@ -95,7 +95,7 @@
-

How do I restore my data?

+

How do I restore my data?

There are two parts to restore your data: the identity secrets and the other data such as settings, contacts, etc. @@ -135,16 +135,24 @@

-

+

+ How do I get registered to make claims? +

+

+ Contact a current user. They will be able to register you on their + Contacts screen. Note that they have a + limited number of registrations. +

+ +

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. + 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.