video-accessibility/frontend/src/components
michael c1c0b876fc feat: add RENDER_FAILED status with error propagation to GUI
- Add RENDER_FAILED job status for when video rendering fails
- Fix _check_accessible_video_completion to detect failures and transition
  job status accordingly (was stuck in RENDERING_VIDEO forever)
- Store detailed error info in job.error including failed_languages array
- Call completion check after failures to properly update job status
- Broadcast WebSocket notification on render failures

Frontend:
- Add render_failed to JobStatus type and StatusBadge (red styling)
- Add tts_failed and render_failed to JobsList STATUS_LABELS
- Enhance JobDetail error display with:
  - Warning icon and prominent styling
  - Error type and message
  - Failed languages list with per-language errors
  - Timestamp of when error occurred
- Update ProgressIndicator to handle failed states with red dot

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 10:18:27 -06:00
..
__tests__ initial commit 2025-08-24 16:28:33 -05:00
Auth fixed auth token refresh again and added --frontend-only mode to full deploy script 2025-10-08 22:43:23 -05:00
Layout added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
Toast initial commit 2025-08-24 16:28:33 -05:00
UploadDropzone feat: add multi-video upload support 2025-12-22 20:01:48 -06:00
VideoReview fix: resolve race condition preventing captions in batch uploads 2025-12-29 10:59:30 -06:00
VttEditor feat: enhance VTT editor with timing editing, cue insert/delete 2025-12-29 11:46:24 -06:00
ErrorBoundary.tsx bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
LanguageSelector.tsx fix: clarify language selector label 2026-01-01 09:38:29 -06:00
MultiUploadFileList.tsx feat: add multi-video upload support 2025-12-22 20:01:48 -06:00
NotificationMenu.tsx added notification menu system with persistent and dismissable notifications from toats, updated Readme 2025-08-25 07:55:30 -05:00
StatusBadge.tsx feat: add RENDER_FAILED status with error propagation to GUI 2026-01-01 10:18:27 -06:00
TTSSettingsPanel.tsx feat: add TTS settings panel with model, speed, and style options 2025-12-22 15:22:14 -06:00
UploadProgressList.tsx feat: add multi-video upload support 2025-12-22 20:01:48 -06:00
VideoWithCaptions.tsx fix hardcoded English labels to use detected source language 2025-12-22 12:04:31 -06:00
VoicePreviewButton.tsx feat: add TTS settings panel with model, speed, and style options 2025-12-22 15:22:14 -06:00
VoiceSelector.tsx fix: TTS preview now uses job's detected source language 2025-12-22 15:32:28 -06:00
WebSocketToastHandler.tsx removed mongodb change stream monitoring, added global websockets monitoring for notifications, broke symmetry between toasts and persistent notifications (and refined which notifications get sent and how) 2025-08-25 15:48:18 -05:00