allow use of custom derivation path, and add way to increment derivation for existing

This commit is contained in:
2023-08-20 19:46:12 -06:00
parent 98c093f655
commit 0c05505c46
8 changed files with 244 additions and 13 deletions

View File

@@ -91,6 +91,14 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "import-account" */ "../views/ImportAccountView.vue"
),
},
{
path: "/import-derive",
name: "import-derive",
component: () =>
import(
/* webpackChunkName: "import-derive" */ "../views/ImportDerivedAccountView.vue"
),
},
{
path: "/new-edit-account",
name: "new-edit-account",