Fix responsiveness
CI / backend (push) Successful in 6m14s
CI / frontend (push) Failing after 59s

This commit is contained in:
2026-08-12 05:45:12 +08:00
parent 00f832aa73
commit 4c5aafe591
27 changed files with 414 additions and 186 deletions
@@ -3,8 +3,8 @@
<AppHeader title="Clinical Approval">
<template #subtitle>
<span v-if="currentBatch" class="text-sm text-ink-secondary">
Batch: {{ currentBatch.id.substring(0, 8) }}...
| Type: {{ formatBatchType(currentBatch.batchType) }}
Batch {{ currentBatch.id.substring(0, 8) }}
· {{ formatBatchType(currentBatch.batchType) }}
</span>
</template>
</AppHeader>