feat: nwc connections settings page with one-time connection strings and service lifecycle

This commit is contained in:
2026-08-20 01:20:41 +02:00
parent 33318a5150
commit 52211273b1
8 changed files with 727 additions and 45 deletions
+4
View File
@@ -23,6 +23,10 @@ const routes: RouteRecordRaw[] = [
path: 'settings/move',
component: () => import('@/pages/MoveFundsPage.vue'),
},
{
path: 'settings/nwc',
component: () => import('@/pages/NwcPage.vue'),
},
],
},
{