From 6b53cbfc5b744e263111c9967cd6e4d6fc909bcc Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 19 May 2026 20:38:28 +0200 Subject: [PATCH] feat(transcription): show dismissible error banner when markAllReviewed fails Adds markAllError state and catch block to handleMarkAllReviewed. Error banner renders below the review progress bar with role="alert" and aria-live="polite" for screen reader announcement. Dismiss button clears the error; next successful call also clears it automatically. Co-Authored-By: Claude Sonnet 4.6 --- .../TranscriptionEditView.svelte | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte index 9aeb473e..8986d11d 100644 --- a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte +++ b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte @@ -1,5 +1,6 @@