ux(transcription): show error banner when bulk mark-all-reviewed fails #627
@@ -224,7 +224,6 @@ async function handleLabelToggle(label: string) {
|
||||
{#if markAllError}
|
||||
<div
|
||||
role="alert"
|
||||
aria-live="polite"
|
||||
class="mt-1.5 flex items-center gap-2 rounded-sm border border-red-200 bg-red-50 px-3 py-2 font-sans text-sm text-red-700"
|
||||
>
|
||||
<span class="flex-1">{markAllError}</span>
|
||||
|
||||
Reference in New Issue
Block a user