From 8e041f32d72f77b42e8fc114dec105f62b338503 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 13:06:52 +0000 Subject: [PATCH] computing-pi: clickable avg toggle + second instruction line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit T9: The center avg display is now a
{!started ? ( @@ -179,9 +187,10 @@ const ComputingPi: React.FC = () => { {/* Instruction + grid of runs */} {started ? ( <> -

- Click on any of the completed runs to view the full sequence. -

+
+

Click on any of the completed runs to view the full sequence.

+

Click on the average shown above to toggle between seeing the average and the average multiplied by 4.

+
with a subtle hover wash. Added showTimes4 state (default true). Label flips Average × 4 ↔ Average, the big number divides by 4 when showing plain avg, and the reference line flips between 'π ≈ 3.1416' and 'π/4 ≈ 0.7854'.", "doneDate": "2026-04-21" }, { @@ -457,6 +458,7 @@ "text": "Just below \"Click on any of the completed runs to view the full sequence.\", add the line \"Click on the average shown above to toggle between seeing the average and the average multiplied by 4).\"", "done": true, "refId": "T10", + "remark": "Stacked a second

under the existing instruction in a space-y-0.5 div so both lines share the centered text-muted-foreground styling.", "doneDate": "2026-04-21" } ]