supermemory/apps/web/components/memory-graph
Vorflux AI 429c7e97ad refactor: simplify graph API - remove backend computation, use client-side layout
- Remove x/y from GraphApiDocument (client computes via force simulation)
- Remove similarity from GraphApiEdge, add edgeType enum
- Replace viewport/bounds/stats API calls with single paginated documents endpoint
- Derive edges client-side from document structure (doc-memory, version, same-space)
- Update MCP client/server to use documents endpoint
- Update MCP UI app for new type shapes
- Update all tests for new API contract
- Progressive loading via useInfiniteQuery (100 docs/page)
2026-03-28 06:04:11 +00:00
..
hooks refactor: simplify graph API - remove backend computation, use client-side layout 2026-03-28 06:04:11 +00:00
graph-card.tsx refactor: simplify graph API - remove backend computation, use client-side layout 2026-03-28 06:04:11 +00:00
index.ts refactor: simplify graph API - remove backend computation, use client-side layout 2026-03-28 06:04:11 +00:00
memory-graph-wrapper.tsx refactor: simplify graph API - remove backend computation, use client-side layout 2026-03-28 06:04:11 +00:00