Maintain page when switching networks

This commit is contained in:
Mononaut
2022-10-12 22:13:29 +00:00
parent 5e9e1b4049
commit b8eda15341
12 changed files with 199 additions and 24 deletions

View File

@@ -21,10 +21,12 @@ const routes: Routes = [
},
{
path: 'node/:public_key',
data: { networkSpecific: true },
component: NodeComponent,
},
{
path: 'channel/:short_id',
data: { networkSpecific: true },
component: ChannelComponent,
},
{