From 1535bbaefa76fe95370068ab2f68b3092fc00c06 Mon Sep 17 00:00:00 2001 From: opencode Date: Tue, 26 May 2026 22:16:19 +0000 Subject: [PATCH] fix(web-ui): load js/bmd-card.js in index.html The BMD card SVG renderer (window.BMDCards) was created in an earlier session but never wired into index.html, so the new video-presence indicator from a44d8bd was silently bailing at the !window.BMDCards guard. Loading it alongside the other helpers in /js/. --- services/web-ui/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web-ui/public/index.html b/services/web-ui/public/index.html index cd10b4e..0b2b98b 100644 --- a/services/web-ui/public/index.html +++ b/services/web-ui/public/index.html @@ -34,6 +34,7 @@ +