Move name input inline with status bar; remove player ID

This commit is contained in:
2026-01-28 16:33:51 +01:00
parent 6396d583b5
commit 653c8f9cad
3 changed files with 19 additions and 12 deletions

View File

@@ -52,9 +52,6 @@ async function loadState() {
if (nameInput && !nameInput.dataset.userEditing) {
nameInput.value = me.displayName || "";
}
if ($("player-id")) {
$("player-id").textContent = `Player ID: ${me.id}`;
}
applyNameRequirementUI();
}