From 0444b5be32d6a956281718e80d18ee280636a37a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 20 Jul 2023 20:12:13 -0600 Subject: [PATCH 1/5] fix so that contact recipient is also recorded --- project.task.yaml | 2 ++ src/views/ContactsView.vue | 35 ++++++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index c13535c..99c8bec 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,5 +1,6 @@ tasks: +- .2 bug - on contacts view, click on "to" & "from" and nothing happens - 01 add a location for a project via map pin - 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 @@ -32,6 +33,7 @@ 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 - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index e3f3c6c..ccd2479 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 @@ -
+