video-accessibility/frontend/src/components
michael 3cdea9dfec fix: video review caption sync and event listener issues
- Fix video event listeners not re-attaching when video element remounts
  (add activeTab?.videoUrl to useEffect dependency array)
- Add retimed_captions_vtt to VTT API response for accessible videos
- Use retimed captions for accessible video tab in VideoReviewPlayer

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 16:23:48 -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: video review caption sync and event listener issues 2025-12-26 16:23:48 -06:00
VttEditor initial commit 2025-08-24 16:28:33 -05:00
ErrorBoundary.tsx bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05: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 add support for non-English original video uploads 2025-12-22 10:33:58 -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