diff --git a/project.task.yaml b/project.task.yaml index abce2b1a..a3167c4d 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -3,6 +3,7 @@ tasks : - bug - landscape doesn't show full camera - but - portrait stretches pic +- add to readme - check version, close tabs & restart phone if necessary - bug maybe - a new give remembers the previous project - alert & stop if give amount < 0 - onboarding video @@ -57,7 +58,7 @@ tasks : - .1 hide project-create button on project page if not registered - .1 hide offer & give buttons on project list page if not registered - .1 add cursor-pointer on the icons for giving on the project page, and on the list of projects on the discover page -- .2 record when InfiniteScroll hits the end of the list and don't trigger any more loads +- .2 record when InfiniteScroll hits the end of the list and don't trigger any more loads (feed, project list, give & offer lists) - bug - turning notifications on from the help screen did not stay, though account screen toggle did stay (From Jason on iPhone.) - refactor - supply the projectId to the OfferDialog just like we do with the GiftedDialog offerId (in the "open" method, maybe as well as an attribute) @@ -121,6 +122,7 @@ tasks : - .5 show seed phrase in a QR code for transfer to another device - .5 on DiscoverView, switch to a filter UI (eg. just from friend - .5 don't show "Offer" on project screen if they aren't registered +- 01 especially for iOS, check for new version & update, eg. https://stackoverflow.com/questions/52221805/any-way-yet-to-auto-update-or-just-clear-the-cache-on-a-pwa-on-ios - 24 Move to Vite - 32 accept images for projects diff --git a/src/components/GiftedPhotoDialog.vue b/src/components/GiftedPhotoDialog.vue index bb2e5551..b712c682 100644 --- a/src/components/GiftedPhotoDialog.vue +++ b/src/components/GiftedPhotoDialog.vue @@ -1,15 +1,13 @@