From 6449d27696188d0635c11bf366f930756241a4bd Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 24 Jun 2026 12:53:39 -0400 Subject: [PATCH] feat(fix-sw): add countdown timer and icon to Reload Now button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Button now shows a live countdown (7→0s) so users can see exactly when the auto-reload will fire, with a RefreshCw icon per button UX standard. Co-Authored-By: Claude Sonnet 4.6 --- src/routes/testing/fix-sw/+page.svelte | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/routes/testing/fix-sw/+page.svelte b/src/routes/testing/fix-sw/+page.svelte index 0e2190a2..2a988082 100644 --- a/src/routes/testing/fix-sw/+page.svelte +++ b/src/routes/testing/fix-sw/+page.svelte @@ -1,9 +1,11 @@