fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage

This commit is contained in:
2023-06-24 21:07:21 -06:00
parent b0fc8818ee
commit 944b0ad759
8 changed files with 179 additions and 48 deletions

View File

@@ -111,6 +111,14 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "new-edit-project" */ "../views/NewEditProjectView.vue"
),
},
{
path: "/new-identifier",
name: "new-identifier",
component: () =>
import(
/* webpackChunkName: "new-identifier" */ "../views/NewIdentifierView.vue"
),
},
{
path: "/project",
name: "project",