diff --git a/README.md b/README.md index d536a6f49..300237ba6 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib - As the new user on the home page, check that they can now record a gift. - On the contacts page, check that they cannot register someone else yet. - Walk through the functions on each page. +- Test the mobile view. @@ -116,6 +117,16 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib +## Troubleshooting + +* A problem with `GET http://localhost:8080/web-push/vapid` means the py-push-server is not running + (and it won't work for a local app, anyway). + +* Red errors everywhere with a console message like this: + `Error: An ID is chosen but there are no keys for it so it cannot be used to talk with the service` + ... has happened on account switching when the current account was erased (or maybe replaced -- once I had a duplicate and I don't know how). + + ## Other diff --git a/project.task.yaml b/project.task.yaml index b590c3fce..d55d15bd6 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,10 +1,7 @@ tasks: -- record donations vs gives - - deploy & migrate (prod) - - update docs - +- allow agent to edit a project - make set-name request yellow - make the "give" on contact screen work like other give (allowing donation vs current blank) - create an identifier automatically, with a message that they can import a different one diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index f4a787a90..36ef914fe 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -17,7 +17,7 @@ -