Rewrite @supermemory/memory-graph with perf optimizations + consolidate consumers (#809)

Co-authored-by: Vorflux AI <noreply@vorflux.com>
This commit is contained in:
vorflux[bot] 2026-03-28 19:06:27 -07:00 committed by GitHub
parent 38282a37d6
commit 851b8cfe86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
92 changed files with 6791 additions and 12118 deletions

View file

@ -3,7 +3,7 @@
import { memo, useCallback, useRef } from "react"
import { useQueryState } from "nuqs"
import Image from "next/image"
import { MemoryGraph } from "./memory-graph/memory-graph"
import { MemoryGraph } from "./memory-graph"
import { useProject } from "@/stores"
import { useGraphHighlights } from "@/stores/highlights"
import { Button } from "@ui/components/button"