From edd09bb37decef9864b87044336764e564b7c14a Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Fri, 4 Sep 2026 01:25:08 +0200 Subject: [PATCH] feat(speedtest): stop button moved below progress, red outlined --- .../speedtest/speedtest-rpc-client.tsx | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/speedtest/speedtest-rpc-client.tsx b/src/components/speedtest/speedtest-rpc-client.tsx index 679c9f15..d7b75030 100644 --- a/src/components/speedtest/speedtest-rpc-client.tsx +++ b/src/components/speedtest/speedtest-rpc-client.tsx @@ -800,14 +800,11 @@ export function SpeedtestRpcClient() { {stage === "testing" && (
-
+

Testing from your connection · round {round}

-
{/* One speedometer per endpoint, all live at once. The @@ -880,6 +877,25 @@ export function SpeedtestRpcClient() {

{elapsed.toFixed(0)}s / {durationSec}s

+ +
+ +
)}