mateclaw/mateclaw-ui/src
matevip cbcb7229b6 fix(wiki): citation drawer shows real data instead of empty fallbacks
Root cause: PageCitationWithRaw record only had id/pageId/chunkId/rawId/
paragraphIdx/anchorText/confidence — missing rawTitle, chunkOrdinal,
startOffset, endOffset, snippet. Frontend displayed Source + Chunk ?
for every card.

Backend:
- Extend PageCitationWithRaw with rawTitle, chunkOrdinal, startOffset,
  endOffset, snippet fields
- Expand listWithRawByPageId SQL to LEFT JOIN mate_wiki_raw_material for
  title, JOIN mate_wiki_chunk for ordinal/offsets/content snippet (first
  200 chars via SUBSTRING)

Frontend:
- CitationDrawer: replace hardcoded Source / Chunk ? / offset with
  i18n keys
- Add 4 new i18n keys: citationUnknownSource, citationChunkN,
  citationChunkUnknown, citationOffset (zh-CN + en-US)
2026-04-19 19:36:57 +08:00
..
api chore: sync multiple commits from private dev 2026-04-19 18:37:44 +08:00
assets refactor(ui): publish tested chat UI simplification 2026-04-11 14:25:37 +08:00
components feat(ui): plain-text user messages with 8-line auto-collapse 2026-04-19 09:06:14 +08:00
composables chore: sync multiple commits from private dev 2026-04-19 18:37:44 +08:00
i18n fix(wiki): citation drawer shows real data instead of empty fallbacks 2026-04-19 19:36:57 +08:00
router feat(auth): password change dialog + workspace member provisioning improvements 2026-04-17 00:11:10 +08:00
stores fix(wiki): deduplicate raw material uploads across all processing statuses 2026-04-19 19:36:13 +08:00
types fix(failover): AUTH_ERROR triggers fallback chain + UI splits provider 401 from session expiry 2026-04-19 17:45:15 +08:00
utils feat(chat): realtime sync for external channel conversations 2026-04-17 08:25:32 +08:00
views fix(wiki): citation drawer shows real data instead of empty fallbacks 2026-04-19 19:36:57 +08:00
App.vue fix(i18n): dynamically set window title from language pack instead of hardcoding 2026-04-05 16:34:15 +08:00
main.ts fix(security): login rate limiting, SQL injection fix, error boundary 2026-04-11 18:31:51 +08:00
vite-env.d.ts Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00