legco_ai_assistant/frontend
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
..
src fix: use relative /api/v1 fallback instead of hardcoded localhost:8000 2026-05-18 17:27:28 +08:00
.npmrc chore: add pnpm config and update lockfile 2026-05-18 14:47:34 +08:00
.pnpmrc feat: Phase 4 — System Audio & Listen Mic capture into ASR → RAG 2026-05-14 22:55:06 +08:00
index.html feat(frontend): Phase 1.1 project scaffold with Vite, Tailwind, and API client 2026-04-23 10:57:20 +08:00
package-lock.json chore: add pnpm config and update lockfile 2026-05-18 14:47:34 +08:00
package.json fix: add rehype-raw to ReactMarkdown so ==term== <mark> HTML renders 2026-05-15 12:05:07 +08:00
pnpm-lock.yaml fix: add rehype-raw to ReactMarkdown so ==term== <mark> HTML renders 2026-05-15 12:05:07 +08:00
pnpm-workspace.yaml feat: Phase 4 — System Audio & Listen Mic capture into ASR → RAG 2026-05-14 22:55:06 +08:00
postcss.config.cjs feat(frontend): Phase 1.1 project scaffold with Vite, Tailwind, and API client 2026-04-23 10:57:20 +08:00
tailwind.config.cjs feat(frontend): Phase 1.1 project scaffold with Vite, Tailwind, and API client 2026-04-23 10:57:20 +08:00
tsconfig.json feat(frontend): Phase 1.1 project scaffold with Vite, Tailwind, and API client 2026-04-23 10:57:20 +08:00
vite.config.ts fix: Phase 2 ASR pipeline — 9 bugs resolved, Full Transcript works end-to-end 2026-05-06 18:26:17 +08:00