From 9bacd4da8789bcd3197355d1bdd1f266556003f1 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 4 Nov 2023 18:48:31 -0600 Subject: [PATCH] consolidate into GiftedDialog because the result was always the same --- project.task.yaml | 5 +- src/components/GiftedDialog.vue | 205 +++++++++++++++++++++++++++++-- src/router/index.ts | 4 +- src/views/ContactGiftingView.vue | 140 +-------------------- src/views/HomeView.vue | 151 ++--------------------- src/views/ProjectViewView.vue | 113 ++--------------- 6 files changed, 220 insertions(+), 398 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index b489cd3..ecb71d1 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,6 +1,7 @@ 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 : @@ -27,7 +28,7 @@ tasks: - 24 Move to Vite assignee:matthew -- .2 fit more icons on home screen, with a "more" button to contacts page if there is more than 2 rows +- .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 - .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 @@ -57,7 +58,7 @@ tasks: - 01 Would it look better to shrink the buttons on many pages so they don't expand to the width of the screen? assignee-group:ui - .5 Display a more appealing confirmation on the map when erasing the marker assignee-group:ui - .5 make a VC details page -- .1 Add units or different icon to the coins (to distinguish $, BTC, etc) +- .1 Add units or different icon to the coins (to distinguish $, BTC, hours, etc) - contacts v+ : - 01 Import all the non-sensitive data (ie. contacts & settings). diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index d06d334..08adbe9 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -52,17 +52,62 @@ diff --git a/src/router/index.ts b/src/router/index.ts index efb4cd0..fa0e035 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -196,9 +196,7 @@ const routes: Array = [ path: "/test", name: "test", component: () => - import( - /* webpackChunkName: "test" */ "../views/TestView.vue" - ), + import(/* webpackChunkName: "test" */ "../views/TestView.vue"), }, ]; diff --git a/src/views/ContactGiftingView.vue b/src/views/ContactGiftingView.vue index cd8a9de..516afdb 100644 --- a/src/views/ContactGiftingView.vue +++ b/src/views/ContactGiftingView.vue @@ -16,10 +16,6 @@ - - - -