From f96b7e70041ed460513ca58740377bed9e693cec Mon Sep 17 00:00:00 2001 From: nymkappa Date: Sat, 23 Jul 2022 14:23:47 +0200 Subject: [PATCH 1/2] Show LN map on the LN dashboard --- .../lightning-dashboard.component.html | 2 ++ .../nodes-channels-map.component.html | 4 ++-- .../nodes-channels-map.component.scss | 22 ++++++++++++++--- .../nodes-channels-map.component.ts | 24 +++++++++---------- 4 files changed, 34 insertions(+), 18 deletions(-) diff --git a/frontend/src/app/lightning/lightning-dashboard/lightning-dashboard.component.html b/frontend/src/app/lightning/lightning-dashboard/lightning-dashboard.component.html index 056799014..a7a685b89 100644 --- a/frontend/src/app/lightning/lightning-dashboard/lightning-dashboard.component.html +++ b/frontend/src/app/lightning/lightning-dashboard/lightning-dashboard.component.html @@ -1,3 +1,5 @@ + +
diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html index df831608a..e41bbd4bb 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html @@ -1,6 +1,6 @@ -
+
-
+
Lightning nodes channels world map