[object Object]

← back to Quadrille Showroom

Finalize definitive build: remove dev 30s auto-reload scaffolding from showroom.html (contrarian whole-build sign-off polish)

1303c945a6ba85ea1a88461c2dd29aea32c7b7e2 · 2026-06-28 21:18:29 -0700 · Steve

Files touched

Diff

commit 1303c945a6ba85ea1a88461c2dd29aea32c7b7e2
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun Jun 28 21:18:29 2026 -0700

    Finalize definitive build: remove dev 30s auto-reload scaffolding from showroom.html (contrarian whole-build sign-off polish)
---
 public/showroom.html | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/public/showroom.html b/public/showroom.html
index 71be014..d08a1eb 100644
--- a/public/showroom.html
+++ b/public/showroom.html
@@ -9,21 +9,6 @@
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap" rel="stylesheet">
   <link rel="stylesheet" href="/css/showroom.css">
-  <!-- TEMP DEV AID (remove when the build is finalized): auto-reload every 30s so an
-       open tab picks up each commit while iterating. Skips a reload if you interacted
-       in the last 6s so it never yanks a board you're actively viewing. -->
-  <script>
-    (function () {
-      if (navigator.webdriver) return;   // never auto-reload inside the Playwright test browser
-      var lastAct = Date.now();
-      ['mousedown','keydown','wheel','touchstart','mousemove'].forEach(function (e) {
-        window.addEventListener(e, function () { lastAct = Date.now(); }, { passive: true });
-      });
-      setInterval(function () {
-        if (Date.now() - lastAct > 6000) location.reload();
-      }, 30000);
-    })();
-  </script>
   <style>
     /* ---- Quadrille House additions (peruse, window controls, mobile d-pad) ---- */
     :root { --qh-gold:#c9a96e; }

← 18497fa auto-save: 2026-06-28T21:16:50 (125 files) — cta/rec/chrome.  ·  back to Quadrille Showroom  ·  Boot raycaster race fix: queue pre-ready canvas clicks + rep 33391a6 →