add a contact-edit page and allow saving of notes

This commit is contained in:
2025-01-04 16:35:05 -07:00
parent 7b73e9f51d
commit 086ccce0bb
7 changed files with 167 additions and 77 deletions

View File

@@ -64,6 +64,11 @@ const routes: Array<RouteRecordRaw> = [
name: "contact-amounts",
component: () => import("../views/ContactAmountsView.vue"),
},
{
path: "/contact-edit/:did",
name: "contact-edit",
component: () => import("../views/ContactEditView.vue"),
},
{
path: "/contact-gift",
name: "contact-gift",