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 @@