ux(transcription): show error banner when bulk mark-all-reviewed fails #627
@@ -225,7 +225,7 @@ async function handleLabelToggle(label: string) {
|
|||||||
<div
|
<div
|
||||||
role="alert"
|
role="alert"
|
||||||
aria-live="polite"
|
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-xs text-red-700"
|
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>
|
<span class="flex-1">{markAllError}</span>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user