video-accessibility/frontend/src
michael 0eda72fd23 feat: add review action buttons to job detail page
Show contextual buttons when jobs are ready for review:
- QC Review button (blue) when status is pending_qc
- Final Review button (purple) when status is pending_final_review

Buttons appear dynamically via WebSocket updates without refresh.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 07:47:27 -06:00
..
__tests__ initial commit 2025-08-24 16:28:33 -05:00
assets initial commit 2025-08-24 16:28:33 -05:00
components fix: prevent video reset when toast notifications appear 2025-12-27 06:54:52 -06:00
contexts bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
hooks fix: ensure jobs list fetches fresh data on mount 2025-12-27 06:39:30 -06:00
lib feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
routes feat: add review action buttons to job detail page 2025-12-27 07:47:27 -06:00
styles initial commit 2025-08-24 16:28:33 -05:00
test bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
types feat: add filtering, sorting, and table view to All Jobs tab 2025-12-27 07:16:21 -06:00
utils feat: add rendering_video status for accessible video processing 2025-12-27 06:49:46 -06:00
App.css initial commit 2025-08-24 16:28:33 -05:00
App.tsx 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
index.css initial commit 2025-08-24 16:28:33 -05:00
main.tsx added MSAL microsoft authentication 2025-10-10 09:19:39 -05:00
vite-env.d.ts initial commit 2025-08-24 16:28:33 -05:00