feat: backup and security settings pages, nostr restore onboarding, passkey unlock entry

This commit is contained in:
2026-08-19 23:55:59 +02:00
parent 7db34083e6
commit 1920a00cd6
11 changed files with 990 additions and 7 deletions
+8
View File
@@ -7,6 +7,14 @@ const routes: RouteRecordRaw[] = [
children: [
{ path: '', component: () => import('@/pages/IndexPage.vue') },
{ path: 'settings', component: () => import('@/pages/SettingsPage.vue') },
{
path: 'settings/backup',
component: () => import('@/pages/BackupPage.vue'),
},
{
path: 'settings/security',
component: () => import('@/pages/SecurityPage.vue'),
},
{
path: 'settings/mints',
component: () => import('@/pages/ManageMintsPage.vue'),