From 84e2f8f4bde7d43cd0b5cd206cf94538c083fc90 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:19:45 +0200 Subject: [PATCH] update --- index.html | 259 +++++++++++++++++++++++++++++++++++++++++------------ sw.js | 2 +- 2 files changed, 201 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index db6ad15..b0efd6c 100644 --- a/index.html +++ b/index.html @@ -613,7 +613,7 @@ }); peerListEl.innerHTML = list.innerHTML; peerCountEl.innerText = peerCount; - if (peerCount < 2){ + if (peerCount < 3){ document.getElementById("connectStatus").src = "static/ico/connect_ko.svg" gun.opt({peers: RELAYS}); } else { @@ -787,11 +787,50 @@ gun.get(TABLE).on((data) => {var e = true})