From b05b602acddbe5568b3c25e00cba32997cff154d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 3 Sep 2023 10:02:17 -0600 Subject: [PATCH] fix many, many more type errors --- project.task.yaml | 5 +++ src/components/GiftedDialog.vue | 12 +++--- src/libs/endorserServer.ts | 21 +++++++--- src/router/index.ts | 20 +++++++-- src/views/AccountViewView.vue | 13 +++--- src/views/ContactAmountsView.vue | 7 ++-- src/views/ContactGiftingView.vue | 35 +++++++++++----- src/views/ContactsView.vue | 6 +-- src/views/HomeView.vue | 41 +++++++++++------- src/views/IdentitySwitcherView.vue | 12 +++--- src/views/ImportDerivedAccountView.vue | 8 ++-- src/views/NewEditProjectView.vue | 12 +++--- src/views/ProjectViewView.vue | 58 ++++++++++++++++---------- src/views/ProjectsView.vue | 7 ++-- src/views/StatisticsView.vue | 2 +- 15 files changed, 166 insertions(+), 93 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index f1c1474..d123442 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,5 +1,8 @@ tasks: +- fix "any" warnings +- fix missing updateAllFeed in ContactGiftingView page +- check that Anonymous users jdenticon are nulls (not "Anonymous") - test alerts on all pages -- or refactor to new "notify" (since AlertMessage refactoring may require a change, et. ContactQRScanShowView) - .2 bug - on contacts view, click on "to" & "from" and nothing happens - 40 notifications : @@ -103,6 +106,8 @@ tasks: - 40 notifications v+ : - pull, w/ scheduled runs +- 01 On nearby search, if user starts changing their box but cancels and goes back to the map it is zoomed far out. Fix to fit the box better. + log: - videos for multiple identities https://youtu.be/p8L87AeD76w and for adding time to contacts https://youtu.be/7Yylczevp10 done:2023-03-29 - project lists, contact totals & actions, multiple identifiers, stats-world, activity feed, rename of this project file (use "--follow --") milestone:2 done:2023-06-27 diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 5485926..d06d334 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -52,18 +52,18 @@