From c4033560551560fc092fd2c5e69663624195c172 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 28 Apr 2024 16:18:30 -0600 Subject: [PATCH] add registration inside contact import, with flag to hide it --- src/App.vue | 46 +++++- src/constants/app.ts | 4 +- src/db/tables/settings.ts | 3 +- src/libs/endorserServer.ts | 60 +++++++- src/views/AccountViewView.vue | 57 +++++++- src/views/ContactQRScanShowView.vue | 117 +++++++++++++++ src/views/ContactsView.vue | 219 +++++++++++++++------------- src/views/DIDView.vue | 2 +- 8 files changed, 392 insertions(+), 116 deletions(-) diff --git a/src/App.vue b/src/App.vue index f31139a..cea3c50 100644 --- a/src/App.vue +++ b/src/App.vue @@ -146,13 +146,19 @@ move="transition duration-500" move-delay="delay-300" > +