supermemory/apps/web/components/document-modal
Mahesh Sanikommu a5ff55c99f fix(web): render full document content in viewer
The memories list endpoint caps content at 2000 chars; the document
modal rendered straight from that list cache, so long Claude Code
sessions (and any doc over the cap) were truncated mid-transcript.
Fetch the full document by id when the modal opens and use it for
parsing, the editor, and content rendering.

Also closes a latent data-loss path where the editor initialized from
truncated content, so a save could overwrite the stored document.
2026-06-05 17:33:08 -07:00
..
content Refine Codex and OpenCode OAuth integration status (#1048) 2026-06-04 15:15:20 -07:00
document-icon.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00
graph-list-memories.tsx Add memory drawer (#1015) 2026-05-29 11:17:19 -07:00
index.tsx fix(web): render full document content in viewer 2026-06-05 17:33:08 -07:00
summary.tsx chore: improve the codebase with react doctor (#917) 2026-05-09 19:12:01 +00:00
title.tsx fix: Add plugin document rendering and MCP preview support (#938) 2026-05-15 18:26:37 +00:00