video-accessibility/frontend/src
Vadym Samoilenko 3bed598025 fix(glossary+jobs): add debug logging for glossary failures and fix AllJobs filter stale state
- glossary_service: add step-by-step debug/warning logs at each early-return point so
  the exact failure reason is visible in worker logs (project not found, no active version, etc.)
- glossary_service: guard against source_term_lower=None in ahocorasick automaton build
- glossary_service: guard against target_locale=None in _get_translation
- glossary_service: add full traceback to the outer exception catch for easier debugging
- JobsList: fix statusFilter stale state — useEffect now always syncs with URL params,
  clearing the filter when no ?status= param is present (previously the filter was never
  cleared, so navigating from /jobs?status=X to /jobs kept the old filter)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 21:25:41 +01:00
..
__tests__ initial commit 2025-08-24 16:28:33 -05:00
assets initial commit 2025-08-24 16:28:33 -05:00
components chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00
contexts bug fixes for frontend when trying to npm run build 2025-10-08 16:47:14 -05:00
hooks feat: add Stop Process button to cancel in-progress jobs 2026-04-30 19:50:39 +01:00
lib feat: add Stop Process button to cancel in-progress jobs 2026-04-30 19:50:39 +01:00
routes fix(glossary+jobs): add debug logging for glossary failures and fix AllJobs filter stale state 2026-04-30 21:25:41 +01:00
styles initial commit 2025-08-24 16:28:33 -05:00
test chore: push all session changes — backend hardening, tests, apache config, deploy scripts 2026-04-30 15:52:14 +01:00
types feat: apply EN source VTT changes to all target languages 2026-04-30 17:13:06 +01:00
utils feat(ux): T-2/PR-7/PR-8 — status color helper, queue stats widget, upload-final-VTT override 2026-04-30 11:12:36 +01:00
App.css initial commit 2025-08-24 16:28:33 -05:00
App.tsx feat(w-12): brief workflow UI — list, create, detail, NewJob pre-fill 2026-04-29 20:41:49 +01: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