From ae34225f664df07b3af8b1215d5412c0704a59c3 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Sat, 23 Jul 2022 09:57:30 +0200 Subject: [PATCH 1/3] Fix wrong i18n key --- frontend/src/app/components/graphs/graphs.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html index 938d3e817..d6f9694d0 100644 --- a/frontend/src/app/components/graphs/graphs.component.html +++ b/frontend/src/app/components/graphs/graphs.component.html @@ -37,7 +37,7 @@ Lightning nodes per ISP Lightning nodes per country + i18n="lightning.nodes-per-country">Lightning nodes per country Lightning nodes world map Date: Sat, 23 Jul 2022 14:23:47 +0200 Subject: [PATCH 2/3] 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