From dbe123226cd53ce3320d8fdcbca5f49497dad526 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Fri, 22 May 2026 20:25:48 +0200 Subject: [PATCH] docs(ui): move diagnostic export block above findings list When the findings list grows the diagnostic-export subsection got pushed below the visible viewport. Moving it above the findings list (but below the Refresh header and description) keeps the Download button in reach regardless of how many checks fire. Wrapped in a subtle gray box to visually distinguish it from the checks themselves. Co-Authored-By: Claude Sonnet 4.6 --- pkg/service/handlers/web/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/service/handlers/web/index.html b/pkg/service/handlers/web/index.html index 4f88bb6..7a52d68 100644 --- a/pkg/service/handlers/web/index.html +++ b/pkg/service/handlers/web/index.html @@ -1555,10 +1555,8 @@ findings that may need attention. Quick fixes are offered for issues the service knows how to remediate.

-
-
Loading…
-
+
Share a diagnostic snapshot with the project maintainer. @@ -1578,6 +1576,9 @@
+ +
+
Loading…