fix: LLM spinner auto-polls status every 2s via htmx until analysis completes
This commit is contained in:
@@ -249,7 +249,7 @@ async def analyze_finding_htmx(
|
||||
)
|
||||
|
||||
if not retry and finding.report and finding.report.get("status") == "analyzing":
|
||||
return _render("_llm_spinner.html", request=request)
|
||||
return _render("_llm_spinner.html", request=request, finding_id=finding_id)
|
||||
|
||||
async with _llm_lock:
|
||||
if finding_id not in _llm_locks:
|
||||
|
||||
Reference in New Issue
Block a user