legco_ai_assistant/frontend/src
Woody 8e6597a86e feat(frontend): Phase 3.3 — System Prompt Configuration page
- SystemPromptsPage: profile selector, activation, edit with TanStack Query
- ProfileList: 3 profile cards (A/B/C) with active indicator + edit button
- PromptEditor: 3 monospace textareas, placeholder badges, char count,
  unknown placeholder warnings, per-step reset (↺), action bar
- PlaceholderDocs: info box showing {question}/{chunks}/{context}
- Data layer: +7 types, +6 API functions, +6 TanStack Query hooks
- Routing: /system-prompts route + NavBar link
- Tests: 27 tests (PlaceholderDocs 6, ProfileList 7, PromptEditor 14)
- 0TS errors, 27/27 tests pass, 1 pre-existing e2e failure (unrelated)
2026-04-25 21:26:42 +08:00
..
components feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
lib feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
pages feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
test feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
types feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
utils feat(frontend): add citation parser utility with tests (sub-phase 2.6) 2026-04-24 17:53:10 +08:00
App.tsx feat(frontend): Phase 3.3 — System Prompt Configuration page 2026-04-25 21:26:42 +08:00
main.tsx feat(frontend): Phase 1.1 grid layout with Phase 2 pre-allocation and tests 2026-04-23 10:58:03 +08:00
styles.css feat(frontend): Phase 1.1 project scaffold with Vite, Tailwind, and API client 2026-04-23 10:57:20 +08:00