From 2c7f467cf9896da0aa2078d103797c03be27f435 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 22 Jul 2026 11:11:07 -0400 Subject: [PATCH] Homepage: Knoebels park-heat map under the live strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One glow per ride from api.c0smere.net/knoebels/rides โ€” live waits while the park is open, typical-weekend-peak means otherwise. Color = wait class (validated dark palette), glow radius = magnitude, top-5 direct labels + native tooltips. Fail-closed. Co-Authored-By: Claude Fable 5 --- src/layouts/Base.astro | 158 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index d3b38da..b530c56 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -90,6 +90,17 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site); + ) } @@ -267,6 +278,118 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site); } + +