phase-5: code maintenance

This commit is contained in:
Kazuma
2026-06-04 16:28:21 -04:00
parent 104ed81b9f
commit 16bd95aa85
10 changed files with 525 additions and 479 deletions
+6
View File
@@ -0,0 +1,6 @@
<script>
import { verdictShort, vClass } from '$lib/utils.js';
let { label } = $props();
</script>
<span class="verdict-pill {vClass(label)}">{verdictShort(label)}</span>