From 26e543e23024384eb8b547f17f6fff0ddcf5774b Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 17:39:47 +0530 Subject: [PATCH] admin: clear override after committing eternal-domination-game status --- src/data/admin-data.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index 36f770e..b7a6ee9 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -1,7 +1,5 @@ { - "statusOverrides": { - "eternal-domination-game": "draft" - }, + "statusOverrides": {}, "notes": { "three-bank-accounts": "Implemented from idea. Three tabs: Play (sandbox), Explore (guided discovery with binary view), Solution (step-through algorithm). Uses KaTeX for math, canvas-confetti for celebrations.", "computing-pi": "Implemented from idea. Header row: slider (N runs) | running avg × 4 | Start/Reset. Grid of N tiles, each running an independent first-passage simulation; tiles use a right-aligned mask-fade for the marquee effect on long sequences. Click any stopped tile after completion → Dialog showing the full toss sequence. Safety cap of 1000 tosses per run (first-passage time has infinite expectation)."