From ce5933f6455508dd996cab5f3b36637946baef2c Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 4 Dec 2023 13:29:16 -0700 Subject: [PATCH] remove visibility to contact operations where there is no activeDid --- project.task.yaml | 3 -- src/views/ContactsView.vue | 100 ++++++++++++++++++++----------------- 2 files changed, 54 insertions(+), 49 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index aff2cca..f22b95d 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,13 +1,10 @@ tasks: -- in endorser-push-server - mount folder for persistent sqlite DB outside of container - extract private_key_hex in webpush.py - 40 notifications : - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew -- .2 change the "claims" verbiage in feeds (eg. safari-notifications.js) -- .5 allow to manage their notifications even without an identity - 01 Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s) - .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 diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index c7ca1df..0e75ad0 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -110,48 +110,50 @@
- - - - - - + + class="text-sm uppercase bg-slate-500 text-white px-2 py-1.5 rounded-md" + @click="setVisibility(contact, true, true)" + title="They cannot see you" + > + + + + +