prompt for name when showing info, and provide a "copy" page when remote

This commit is contained in:
2024-08-23 20:06:50 -06:00
parent 431672fd63
commit f2cb7d3ed8
13 changed files with 343 additions and 35 deletions

View File

@@ -189,6 +189,11 @@ const routes: Array<RouteRecordRaw> = [
name: "seed-backup",
component: () => import("../views/SeedBackupView.vue"),
},
{
path: "/share-my-contact-info",
name: "share-my-contact-info",
component: () => import("@/views/ShareMyContactInfoView.vue"),
},
{
path: "/shared-photo",
name: "shared-photo",