From f79ff5b7e455d03c8db47499e73d9b53f12e184e Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Thu, 8 Jan 2026 18:33:16 +0100 Subject: [PATCH] Refactor connections feature: update UI for connections time period and add configuration for colored connection lines. Replace traceroute-related functionality with connections logic, including fetching and displaying connections on the map. Enhance tooltips for connections with detailed SNR information and distance metrics. --- src/public/index.html | 834 ++++++++++-------------------------------- 1 file changed, 195 insertions(+), 639 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index dd0cab6..e9443d4 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1372,33 +1372,41 @@ - +
- -
Traceroute edges older than this time are hidden. Reload to update map.
- + - - - - - + +
- +
- -
Neighbours further than this are hidden. Reload to update map.
- +
+
+ +
+ +
+
Colors the connection lines by the average SNR in the worst direction. Reload to update map.
+
+ + +
+ +
Connections further than this are hidden. Reload to update map.
+
@@ -1439,37 +1447,6 @@
Map will animate flying to nodes.
- - -
- -
Edges within this time period are shown in the Connections layer. Reload to update map.
- -
- - -
-
-
- -
- -
-
Colors the connection lines by the average SNR in the worst direction. Reload to update map.
-
- @@ -1479,7 +1456,7 @@ - +