From 9cb65ce40c4dabbc49cb53a4f10537383a852a9c Mon Sep 17 00:00:00 2001 From: recrof Date: Sat, 19 Jul 2025 23:15:02 +0200 Subject: [PATCH] added filtering by node type and insert/update time; clients now show initials/emojis and node color like in official MeshCore app; added clustering zoom level slider in filter --- index.html | 21 +++++++-- src/map.js | 118 +++++++++++++++++++++++++++++++++++++--------- src/node-utils.js | 33 +++++++++++++ 3 files changed, 146 insertions(+), 26 deletions(-) create mode 100644 src/node-utils.js diff --git a/index.html b/index.html index edc2af0..789bb20 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,9 @@