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

@@ -279,6 +279,7 @@ import { useClipboard } from "@vueuse/core";
import { AppString } from "@/constants/app";
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 { AxiosError } from "axios/index";