diff --git a/project.task.yaml b/project.task.yaml index 226dea2..92cd327 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -5,6 +5,8 @@ tasks: - 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 remove all the "form" fields (or at least investigate to see if that page refresh is desired) +- 01 Replace Gifted/Give in ContactsView with GiftedDialog +- 02 Fix images on projectview: allow choice of image from a pallete of images or a url image. - 08 Scan QR code to import into contacts. diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue index d2fab61..659d415 100644 --- a/src/views/DiscoverView.vue +++ b/src/views/DiscoverView.vue @@ -30,7 +30,10 @@
  • Nearby @@ -44,7 +47,10 @@ Remote - + 0 && payload) { + const latestProject = this.projects[this.projects.length - 1]; + console.log("rowid", latestProject, payload); + console.log(Object.keys(latestProject)); + if (this.isLocalActive) { + this.searchLocal(latestProject["rowid"]); + } else if (this.isRemoteActive) { + this.search(latestProject["rowid"]); + } + } + } + /** * Handle clicking on a project entry found in the list * @param id of the project