diff --git a/project.task.yaml b/project.task.yaml index e793ecdbe..5d6ba54e2 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -5,11 +5,10 @@ tasks: - 40 notifications : - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew -- 01 add my bounding box(es) of interest for searches on Nearby part of Discovery page -- .5 fix the look-and-feel of the map on the Discovery page assignee-group:ui -- .5 search by a bounding box(s) of interest for local projects (see API by clicking on "Nearby") - 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:matthew +- 01 fix the Discovery map display to not show on top of bottom icons (and any other UI tweaks on the map flow) assignee-group:ui + - 08 Scan QR code to import into contacts assignee:matthew - SEE: https://github.com/gruhn/vue-qrcode-reader @@ -25,6 +24,7 @@ tasks: - 24 Move to Vite assignee:matthew +- .2 Edit Plan does not have icons across the bottom assignee-group:ui - .5 include the hash of the latest commit, and maybe a version - .5 add link to further project / people when a project pays ahead - .5 add project ID to the URL, to make a project publicly-accessible diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue index 07f6b3202..50cb0e671 100644 --- a/src/views/DiscoverView.vue +++ b/src/views/DiscoverView.vue @@ -32,6 +32,8 @@ href="#" @click=" projects = []; + isLocalActive = true; + isRemoteActive = false; searchLocal(); " v-bind:class="computedLocalTabClassNames()" @@ -49,6 +51,8 @@ v-bind:class="computedRemoteTabClassNames()" @click=" projects = []; + isRemoteActive = true; + isLocalActive = false; searchAll(); " > @@ -72,22 +76,29 @@
- +