legco_ai_assistant/frontend/src
Woody b47e37f39b fix: use absolute backend URL for highlight API calls
- Vite dev server doesn't proxy /api/v1/v2/ paths to backend
- Changed fetch URL and getHighlightUrl to use http://localhost:8000
- Fixed inline citation highlight URLs in buildCitationUrl
- Cleaned up debug code
2026-04-29 10:39:01 +08:00
..
components fix: use absolute backend URL for highlight API calls 2026-04-29 10:39:01 +08:00
lib feat(prompts): add JSON export/import for profile prompt configurations 2026-04-27 19:44:35 +08:00
pages feat: structured LLM output for decompose + citation fuzzy matching (Phase 5) 2026-04-28 15:39:17 +08:00
test feat: cited source extraction, background batch trigger, and View PDF link upgrade (Phase 5.4.6-5.4.8) 2026-04-29 09:27:04 +08:00
types fix: inline citations now upgrade to highlighted view (Phase 5.4) 2026-04-29 09:54:40 +08:00
utils fix: use absolute backend URL for highlight API calls 2026-04-29 10:39:01 +08:00
App.tsx feat(frontend): Phase 3.6 — History page with timing bars, expandable cards, and pagination 2026-04-26 13:19:52 +08:00
main.tsx fix(pdf): polyfill URL.parse for Chrome <129 compatibility 2026-04-28 13:11:54 +08:00
styles.css feat: integrate bullet points in ResponsePanel with CSS list-style 2026-04-28 16:43:30 +08:00