legco_ai_assistant/frontend/src
Woody c10318b7f7 feat(frontend): add RAG Database management page with document CRUD UI
Sub-phase 1.5.3: Full RAG Database page with document listing, expandable chunk viewer, delete with confirmation, and document upload. Adds TypeScript types, API functions, TanStack Query hooks (useQuery + useMutation with cache invalidation), and three new components (DocumentList, ChunkList, DocumentUpload).

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

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-24 09:41:56 +08:00
..
components feat(frontend): add RAG Database management page with document CRUD UI 2026-04-24 09:41:56 +08:00
lib feat(frontend): add RAG Database management page with document CRUD UI 2026-04-24 09:41:56 +08:00
pages feat(frontend): add RAG Database management page with document CRUD UI 2026-04-24 09:41:56 +08:00
test feat(frontend): add nav bar with routing, markdown rendering, and enhancement plan 2026-04-23 18:37:30 +08:00
types feat(frontend): add RAG Database management page with document CRUD UI 2026-04-24 09:41:56 +08:00
App.tsx feat(frontend): add nav bar with routing, markdown rendering, and enhancement plan 2026-04-23 18:37:30 +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