add page to view all claims about a DID (which we'll have to restrict to visible people soon)

This commit is contained in:
2024-04-26 20:13:44 -06:00
parent 9acba28b85
commit e2df848e96
5 changed files with 355 additions and 2 deletions

View File

@@ -63,6 +63,11 @@ const routes: Array<RouteRecordRaw> = [
name: "contacts",
component: () => import("../views/ContactsView.vue"),
},
{
path: "/did/:did?",
name: "did",
component: () => import("../views/DIDView.vue"),
},
{
path: "/discover",
name: "discover",