From 653c8f9cadbac09da183bbaf8b113e2e0d4ce404 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 28 Jan 2026 16:33:51 +0100 Subject: [PATCH] Move name input inline with status bar; remove player ID --- wwwroot/app.js | 3 --- wwwroot/index.html | 15 ++++++--------- wwwroot/styles.css | 13 +++++++++++++ 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/wwwroot/app.js b/wwwroot/app.js index c1add84..2490b7a 100644 --- a/wwwroot/app.js +++ b/wwwroot/app.js @@ -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(); } diff --git a/wwwroot/index.html b/wwwroot/index.html index 82576ce..ef8a308 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -11,20 +11,17 @@ Loading… — +
+ + + + +