Files
kite/frontend
curo1305 825a7b5c84 feat(14.1-03): extract DocumentDetailSurface + refactor DocumentView (Re-analyze copy)
- Create frontend/src/components/storage/DocumentDetailSurface.vue as shared detail
  surface for both local and cloud files (section order: Back → Header → Status →
  Topics → Extracted Text → secondary controls)
- Props: title, metadataLine, source, topics, analysisStatus, extractedText,
  previewState, downloadState, analysisAction
- Emits: back, preview, download, analyze, reanalyze, retry-analysis
- Single analysis action slot swaps Analyze/Re-analyze/Retry by analysisAction.kind
  (no simultaneous buttons per UI-SPEC Re-Analyze contract)
- Imports formatDate, formatSize, providerColor, providerBg, providerLabel from
  utils/formatters.js (no local redefinitions)
- Refactor DocumentView.vue to thin data-provider using DocumentDetailSurface
- Visible label changed from "Re-classify" to "Re-analyze" (internal classifyDocument
  API call preserved per D-09 / Codex discretion)
- No rendered Re-classify remains in either file
- CloudDetailParity Re-classify regression test now passes
2026-06-26 22:08:40 +02:00
..
2026-06-16 15:35:06 +02:00