feature: Shared UX Primitives
CI / backend (push) Successful in 6m16s
CI / frontend (push) Failing after 1m4s

This commit is contained in:
2026-08-12 03:57:43 +08:00
parent 56e100a495
commit 9811f2a2ed
26 changed files with 1259 additions and 183 deletions
@@ -181,8 +181,12 @@
<BatchList
:batches="batchStore.batches"
:loading="batchStore.loading"
:error="batchStore.error"
empty-title="No uploaded batches waiting for assignment."
empty-description="New uploads appear here after a scan is submitted."
show-assign
@assign="openAssignDialog"
@retry="loadRecent"
/>
</div>
</div>