|
|
@ -303,10 +303,17 @@ import { Component, Vue } from "vue-facing-decorator"; |
|
|
|
import { RouteLocationNormalizedLoaded, Router } from "vue-router"; |
|
|
|
import { useClipboard } from "@vueuse/core"; |
|
|
|
|
|
|
|
import QuickNav from "@/components/QuickNav.vue"; |
|
|
|
import EntityIcon from "@/components/EntityIcon.vue"; |
|
|
|
import GiftedDialog from "@/components/GiftedDialog.vue"; |
|
|
|
import OfferDialog from "@/components/OfferDialog.vue"; |
|
|
|
import ContactNameDialog from "@/components/ContactNameDialog.vue"; |
|
|
|
import TopMessage from "@/components/TopMessage.vue"; |
|
|
|
import { AppString, NotificationIface } from "@/constants/app"; |
|
|
|
import { |
|
|
|
db, |
|
|
|
retrieveSettingsForActiveAccount, updateAccountSettings, |
|
|
|
retrieveSettingsForActiveAccount, |
|
|
|
updateAccountSettings, |
|
|
|
updateDefaultSettings, |
|
|
|
} from "@/db/index"; |
|
|
|
import { Contact } from "@/db/tables/contacts"; |
|
|
@ -324,12 +331,6 @@ import { |
|
|
|
VerifiableCredential, |
|
|
|
} from "@/libs/endorserServer"; |
|
|
|
import * as libsUtil from "@/libs/util"; |
|
|
|
import QuickNav from "@/components/QuickNav.vue"; |
|
|
|
import EntityIcon from "@/components/EntityIcon.vue"; |
|
|
|
import GiftedDialog from "@/components/GiftedDialog.vue"; |
|
|
|
import OfferDialog from "@/components/OfferDialog.vue"; |
|
|
|
import ContactNameDialog from "@/components/ContactNameDialog.vue"; |
|
|
|
import TopMessage from "@/components/TopMessage.vue"; |
|
|
|
import { generateSaveAndActivateIdentity } from "@/libs/util"; |
|
|
|
|
|
|
|
@Component({ |
|
|
|