diff --git a/project.task.yaml b/project.task.yaml index cec1585..e50f441 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,6 +1,8 @@ tasks: -- 01 add a location for a project via map pin +- .2 bug - on contacts view, click on "to" & "from" and nothing happens +- 01 add a location for a project via map pin : + - add with a "location" field containing this: { "geo":{ "@type":"GeoCoordinates", "latitude":40.883944, "longitude":-111.884787 } } - 04 search by a bounding box for local projects (see API by clicking on "Nearby") - 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:jose - 02 Fix images on projectview - allow choice of image from a pallete of images or a url image. @@ -33,6 +35,8 @@ tasks: - .2 on ProjectViewView, show different messages for "to" and "from" sections if none exist - .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent +- .2 move 'switch identity' to the advanced section +- .1 remove the logic to exclude beforeId in list of plans after server has commit 26b25af605e715600d4f12b6416ed9fd7142d164 - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index fe19bd0..2f3770a 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -4,6 +4,11 @@

Given with {{ contact?.name }}

+
+ + (Only 50 most recent) + +
@@ -170,7 +175,7 @@ export default class ContactsView extends Vue { encodeURIComponent(identity.did) + "&recipientDid=" + encodeURIComponent(contact.did); - const headers = this.getHeaders(identity); + const headers = await this.getHeaders(identity); const resp = await this.axios.get(url, { headers }); if (resp.status === 200) { result = resp.data.data; diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 6fee96f..f828a89 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -66,6 +66,10 @@ : "Unconfirmed" }} +
+ (Only hours shown) +
+ (Only recent shown)
@@ -135,7 +139,10 @@ -
+