Consolidate into one chronological list, tag each event by circuit

Replaces the one-section-per-circuit layout with a single flat,
deduped, date-sorted feed. Events belonging to more than one watched
circuit (real and not rare — verified 2 current events span both a
regional circuit and the national league) get one card carrying every
circuit badge that matched, rather than appearing once per section.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SBzcNkW7JcYipnAX6HfgmK
This commit is contained in:
2026-09-04 17:08:11 -05:00
co-authored by Claude Sonnet 5
parent 463371d199
commit 4bb5dc8ed8
2 changed files with 44 additions and 31 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
</div>
</div>
<!-- Circuit sections get built here, one per entry in CONFIG.circuits -->
<div class="hidden space-y-10" id="circuits"></div>
<!-- One consolidated, deduped, chronologically-sorted event list -->
<div class="hidden" id="events"></div>
<div class="divider mt-8"></div>