allow viewing of a project without an ID (and other refactors)

This commit is contained in:
2023-07-09 09:38:28 -06:00
parent d9d6096275
commit 0257901c5b
8 changed files with 117 additions and 70 deletions

View File

@@ -73,6 +73,7 @@
import { Component, Vue } from "vue-facing-decorator";
import GiftedDialog from "@/components/GiftedDialog.vue";
import { db, accountsDB } from "@/db";
import { AccountsSchema } from "@/db/tables/accounts";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import { accessToken } from "@/libs/crypto";
import { createAndSubmitGive, didInfo } from "@/libs/endorserServer";