Add a summary after score

This commit is contained in:
nemunaire 2025-10-23 19:31:55 +07:00
commit 8b3ab541ba
11 changed files with 425 additions and 14 deletions

View file

@ -5,6 +5,7 @@
import type { Test, Report } from "$lib/api/types.gen";
import {
ScoreCard,
SummaryCard,
SpamAssassinCard,
PendingState,
AuthenticationCard,
@ -138,6 +139,13 @@
</div>
</div>
<!-- Summary -->
<div class="row mb-4">
<div class="col-12">
<SummaryCard {report} />
</div>
</div>
<!-- DNS Records -->
{#if report.dns_results}
<div class="row mb-4" id="dns">