From 1b5e6d6868790036005036770aeb79fe94d6731b Mon Sep 17 00:00:00 2001 From: Manohar Date: Wed, 24 Jun 2026 10:35:30 +0530 Subject: [PATCH] debug: add step-by-step diagnostic banner to analysis tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a visible orange banner that updates at each step of loadAnalysis (fetch → got data → renderAnalysis called → complete / error). This definitively shows whether the view is reached and where it fails. Remove after root cause is confirmed. Co-Authored-By: Claude Sonnet 4.6 --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index 2bbab5f..0369213 100644 --- a/public/index.html +++ b/public/index.html @@ -303,6 +303,7 @@