From 5b7ccf9ef0f619b9f576b2c5d8d46f3c3a4b1093 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 5 Nov 2023 07:46:16 -0700 Subject: [PATCH] fix where the project ID was not included; fix the pause when submitting give & show toast of aknowledgement; remove 'emit' --- project.task.yaml | 3 +-- src/components/GiftedDialog.vue | 46 +++++++++++++++++--------------- src/views/ContactGiftingView.vue | 7 +---- src/views/HomeView.vue | 7 +---- src/views/ProjectViewView.vue | 2 +- 5 files changed, 28 insertions(+), 37 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index ecb71d1..be6d7e6 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,7 +1,6 @@ tasks: -- figure out why a give directly on the project doesn't show in that project afterward - in endorser-push-server - mount folder for persistent sqlite DB outside of container - test alerts on all pages -- or refactor to new "notify" (since AlertMessage refactoring may require a change, et. ContactQRScanShowView) - 40 notifications : @@ -28,7 +27,7 @@ tasks: - 24 Move to Vite assignee:matthew -- .2 fit more than 8 icons on home & project view screens, with a "more" button to contacts page if there are more than 2 rows +- .2 fit as many icons as possible on home & project view screens but only going halfway down the page - .1 Remove notification alert visuals on home page - .5 Add infinite scroll to gifts on the home page - .5 bug - search for "Safari" does not find the project, but if already on the "Anywhere" tab it shows all diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 08adbe9..c47c89d 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -51,16 +51,9 @@