From 3307d997293023b4ff59269f023ce640eadf779a Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Sat, 7 Feb 2026 17:48:40 +0100 Subject: [PATCH] feat(audit): Auto-load cached AI analysis on page open Instead of requiring users to click "Wygeneruj analize AI" every time, the audit pages now automatically fetch cached analysis on DOMContentLoaded. If cache exists, results render instantly; if not, the generate button remains. Co-Authored-By: Claude Opus 4.6 --- templates/partials/audit_ai_actions.html | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/templates/partials/audit_ai_actions.html b/templates/partials/audit_ai_actions.html index 235a348..61c3a56 100644 --- a/templates/partials/audit_ai_actions.html +++ b/templates/partials/audit_ai_actions.html @@ -161,3 +161,31 @@ display: none; } + +