From 0e335f96541cc3e68776489247e53a8b25432636 Mon Sep 17 00:00:00 2001 From: Manohar Date: Wed, 24 Jun 2026 10:43:07 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20add=20missing=20=20closing=20sec-c?= =?UTF-8?q?fg=20card=20=E2=80=94=20root=20cause=20of=20blank=20Analysis=20?= =?UTF-8?q?tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Alert Settings card (sec-cfg) was missing its outer closing . This caused the browser to nest view-analysis INSIDE view-dashboard. When showView() set view-dashboard to display:none, view-analysis was hidden too — making display:block on view-analysis itself useless since a parent with display:none overrides all children. Also retains the force-expand and loading-state improvements from prior commits, and the diagnostic banner (to be removed once confirmed working). Co-Authored-By: Claude Sonnet 4.6 --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 0369213..a156798 100644 --- a/public/index.html +++ b/public/index.html @@ -301,6 +301,7 @@ +