copy a list of contacts and then import

This commit is contained in:
2024-08-20 19:39:29 -06:00
parent a5248af4a3
commit 6aef08d7e8
5 changed files with 202 additions and 71 deletions

View File

@@ -22,10 +22,7 @@
<div class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4">
<div>
<h2 class="text-xl font-semibold">
{{
didInfoForContact(viewingDid, activeDid, contact, allMyDids)
.displayName
}}
{{ contact?.name || "(no name)" }}
<button
@click="
contactEdit = true;