fix(events): clarify scan-tickets "Remaining" stat as "Not scanned" #116

Merged
padreug merged 1 commit from feat/scan-tickets-sold-label into dev 2026-06-18 12:45:50 +00:00
Showing only changes of commit 551b3e5701 - Show all commits

fix(events): clarify the scan-tickets "Remaining" stat as "Not scanned"

The scan station's third stat card (sold minus scanned) was labeled
"Remaining", which read like leftover sales capacity. Relabel it "Not
scanned" so the trio reads unambiguously: Scanned + Not scanned = Sold.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Padreug 2026-06-17 19:08:19 +02:00

View file

@ -190,7 +190,7 @@ function fmtTime(iso: string) {
<p class="text-2xl font-bold text-foreground">
{{ remainingCount ?? '—' }}
</p>
<p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Remaining</p>
<p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Not scanned</p>
</div>
</div>