supermemory/apps/web/components/document-modal
addyCooks 53c005f776 fix(web): recover a document title when auto-titling produces none
Documents saved through the MCP connector have been landing with a null
title, so every surface fell back to "Untitled Document". The titling step
runs server-side, but the content itself almost always carries a usable
title, and the ingest API has no title field for a caller to set.

Resolve a display title from metadata.title, then the stored title, then
the content itself (YAML frontmatter, a markdown heading, or a short
opening line), and let add_memory pin a title through metadata.

Fixes #1425
2026-08-20 14:02:27 +05:30
..
content fix(web): match YouTube URLs by hostname instead of substring (#1182) 2026-07-10 16:20:18 -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): recover a document title when auto-titling produces none 2026-08-20 14:02:27 +05:30
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