From 74a01a875269a77306f9cd78cd30ae192378d0f0 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 6 Jul 2025 18:54:31 -0700 Subject: [PATCH] Add reset results functionality to test UI - Introduced a "Reset results" button to clear test container backgrounds and remove error messages. - Implemented hover styles for the reset button to enhance user interaction. - Ensured the reset functionality hides the progress panel and resets progress tracking. --- src/puter-js/test/run.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/puter-js/test/run.html b/src/puter-js/test/run.html index 1128b2683..41a1bfa86 100644 --- a/src/puter-js/test/run.html +++ b/src/puter-js/test/run.html @@ -255,6 +255,11 @@ opacity: 0.8; margin-top: 2px; } + + #reset-results:hover { + color: #333; + text-decoration: none; + }