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

@@ -76,6 +76,7 @@ import * as didJwt from "did-jwt";
import { Component, Vue } from "vue-facing-decorator";
import { accountsDB, db } from "@/db";
import { AccountsSchema } from "@/db/tables/accounts";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import { accessToken, SimpleSigner } from "@/libs/crypto";
import { useAppStore } from "@/store/app";