show user count

This commit is contained in:
2026-05-08 16:53:22 +02:00
parent 113d708db6
commit dc05db7e28
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -132,6 +132,9 @@ function handleMessage(msg) {
skippedIndices = msg.data?.data ?? skippedIndices;
renderAll();
break;
case "users":
document.getElementById("user-count").textContent = msg.data;
break;
}
}