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

@ -9,7 +9,7 @@
</script>
{#if receivedChain && receivedChain.length > 0}
<div class="mb-3">
<div class="mb-3" id="email-path">
<h5>Email Path (Received Chain)</h5>
<div class="list-group">
{#each receivedChain as hop, i}