fix(events): clarify scan-tickets "Remaining" stat as "Not scanned" #116
1 changed files with 1 additions and 1 deletions
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>
commit
551b3e5701
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue