diff --git a/project.task.yaml b/project.task.yaml index 378065e..6f68713 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -15,6 +15,10 @@ tasks: - in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record - https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files - remove "notification push server" advanced setting since it only makes sense on the current domain + - prompt user to install on their home screen + +- back-and-forth on project & discovery page led to "You need an identity to load your projects." error when I had an identity +- fix the projects on /discover to show the issuer (currently all "Someone Anonymous") - .3 fix the Project-location-selection map display to not show on top of bottom icons (and any other UI tweaks on the map flow) assignee-group:ui @@ -22,6 +26,7 @@ tasks: - .5 If notifications are not enabled, add message to front page with link/button to enable +- 01 server - show all claim details when issued by the issuer - fix notification error when first loading the app - add note after contact addition that they can see your info - enhance help page instructions for debugging @@ -49,7 +54,7 @@ tasks: blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time - make identicons for contacts into more-memorable faces (and maybe change project identicons, too) -- allow some gives even if they aren't registered +- 01 make the prod build copy the sw_scripts - .5 Add start date to project - .3 check that Android shows "back" buttons on screens without bottom tray - .1 Make give description text box into something that expands as they type? @@ -124,6 +129,8 @@ tasks: - 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. - 16 From the home screen, make the quick action even easier. +- allow some gives even if they aren't registered - maybe someday as a gift to the world, but we really want this to be built via personal connections + 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/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index 897505c..a3dfc73 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -124,7 +124,7 @@ interface Notification { } @Component({ components: { QuickNav } }) -export default class ContactsView extends Vue { +export default class ContactAmountssView extends Vue { $notify!: (notification: Notification, timeout?: number) => void; activeDid = ""; diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index a28ee1e..ebac930 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -171,7 +171,7 @@ -

Or, record a gift from:

+

Or, record a contribution from:

-

Record a gift from:

+

Record a contribution from: