From b14c92236972d999e50a7ea056fdfc68e38b91b2 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 18:15:12 +0530 Subject: [PATCH] admin: computing-pi: add T8 --- 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 4551f1a..6133abd 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -430,6 +430,12 @@ "text": "for completed billboards, it should be possible for the user to click on them and view the full sequence in a modal, even while other sims are running", "done": false, "refId": "T7" + }, + { + "id": "e3faf449-8698-437a-a690-48a677c687f6", + "text": "add a note just below the grey header box and above the row of tiny billboards saying: \"Click on any of the completed runs to view the full sequence.\"", + "done": false, + "refId": "T8" } ] }