video-accessibility/frontend/src/components/VideoReview
michael 0a79a82b04 fix: resolve race condition preventing captions in batch uploads
The video event listener effect had an empty dependency array, causing it
to run only once on mount. For batch uploads where downloads load slower,
the video element wasn't rendered yet when the effect ran, so listeners
were never attached. Adding currentVideoUrl as a dependency ensures the
effect re-runs when the video becomes available.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 10:59:30 -06:00
..
AddNoteForm.tsx feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
AssetTabs.tsx feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
assetTabUtils.ts feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
index.ts feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
NoteItem.tsx feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
NotesSidebar.tsx feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
SyncedCaptionList.tsx feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
VideoReviewPlayer.tsx fix: resolve race condition preventing captions in batch uploads 2025-12-29 10:59:30 -06:00