From 46086795a2e91aa180ce593be7b17c93ebc32963 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Fri, 17 Apr 2026 10:38:05 +0530 Subject: [PATCH] admin: update admin data --- src/data/admin-data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index 6c50267..99a6c91 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -337,6 +337,12 @@ "refId": "T1", "remark": "Arena now renders pre-start (greyed with opacity-60 pointer-events-none). Drag/drop/click handlers short-circuit on !isActive as defense-in-depth. Start button still triggers startGame (kicks off timer + populates slots). Added a useEffect to resync slots/availableNumbers when the Numbers slider changes before start, so the pre-start arena always matches the chosen count.", "doneDate": "2026-04-17" + }, + { + "id": "5ffacb36-9d7e-4e95-8632-deeb606c05a7", + "text": "The start button labels should just read start", + "done": false, + "refId": "T2" } ] }