From 4ad4cab25e4dabd00e08b18bb6c4f67996df958e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 23 Mar 2024 18:45:26 -0600 Subject: [PATCH] add blurb explaining what data is shared with the world --- project.task.yaml | 2 -- src/App.vue | 7 +++++-- src/components/GiftedDialog.vue | 17 +++++++++++++++++ src/libs/util.ts | 3 +++ src/views/GiftedDetails.vue | 17 +++++++++++++++++ 5 files changed, 42 insertions(+), 4 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 9dc8aea..be9a5f9 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,8 +1,6 @@ tasks : -- alert & stop if give amount < 0 -- add warning that all data (except ID) is public - onboarding video - .2 when adding a claim on home screen, push that claim to the top of the list diff --git a/src/App.vue b/src/App.vue index d8ee886..63c3eba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@