From 035b4beb202d3b48ebf7b962b2ab86d61b750ace Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 22:45:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20hash=20matrix=20=E2=80=94=20free=20prefi?= =?UTF-8?q?xes=20show=20actual=20hex=20code=20(e.g.=20'A7')=20instead=20of?= =?UTF-8?q?=20dots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/analytics.js | 3 +-- public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/analytics.js b/public/analytics.js index ed9ec5e1..65d95c18 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -816,8 +816,7 @@ bg = `rgb(${r},${g},30)`; color = '#fff'; } const status = count === 0 ? 'available' : count === 1 ? `1 node: ${nodes[0].name || nodes[0].public_key.slice(0,12)}` : `${count} nodes — COLLISION`; - const countLabel = count === 0 ? '·' : count >= 3 ? '3+' : String(count); - const cellText = count >= 2 ? `${countLabel}` : countLabel; + const cellText = count === 0 ? `${hex}` : count >= 2 ? `${count >= 3 ? '3+' : count}` : String(count); html += `${cellText}`; } html += ''; diff --git a/public/index.html b/public/index.html index bc650e6d..f0f5f58a 100644 --- a/public/index.html +++ b/public/index.html @@ -83,9 +83,9 @@ - + - +