legco_ai_assistant/frontend/src/test
Woody 67d2bddeb6 fix: use relative /api/v1 fallback instead of hardcoded localhost:8000
API URLs now resolve relative to the page origin, working for both local dev (via Vite proxy) and remote production deployments.

Also fixes useFullTranscript which had a double /api/v1 path bug when VITE_API_BASE_URL was set.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-18 17:27:28 +08:00
..
components fix: use relative /api/v1 fallback instead of hardcoded localhost:8000 2026-05-18 17:27:28 +08:00
e2e feat: Phase 2.5 video player, upload UI, and LTTPage layout refactor 2026-05-06 14:31:27 +08:00
lib test(frontend): add Phase 4 UI and e2e tests for per-sub-q rendering 2026-04-26 23:30:08 +08:00
utils feat: Phase 7.1 — highlight prompt template + sequential citation [N] + highlightTerms parser 2026-05-15 10:46:55 +08:00
setup.ts fix(tests): add DOMMatrix polyfill for react-pdf/jsdom compatibility 2026-04-24 17:53:39 +08:00
test_phase2_LTTPage_integration.test.tsx feat: Phase 2.5 video player, upload UI, and LTTPage layout refactor 2026-05-06 14:31:27 +08:00
test_phase2_QueryInput_integration.test.tsx fix: enable half-question and final-submit buttons during interim ASR text 2026-05-18 15:38:48 +08:00
test_phase2_VideoPlayer.test.tsx feat: Phase 2.5 video player, upload UI, and LTTPage layout refactor 2026-05-06 14:31:27 +08:00
test_phase2_VideoUpload.test.tsx feat: Phase 2.5 video player, upload UI, and LTTPage layout refactor 2026-05-06 14:31:27 +08:00
test_phase2_useFullTranscript.test.ts feat: Phase 2.3 ASR proxy + full transcript and 2.4 frontend hooks 2026-05-06 13:41:24 +08:00
test_phase2_useVideoASR.test.ts feat: Phase 2.3 ASR proxy + full transcript and 2.4 frontend hooks 2026-05-06 13:41:24 +08:00
test_phase4_LTTPage_integration.test.tsx feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00
test_phase4_MicCapture.test.tsx feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00
test_phase4_SystemAudioCapture.test.tsx feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00
test_phase4_useMicASR.test.ts feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00
test_phase4_useSystemAudioASR.test.ts feat: Phase 4.8-4.9 — integration tests, acceptance tests, docs, and polish 2026-05-15 09:51:45 +08:00