add spaces selector with search (#600)

relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
This commit is contained in:
nexxeln 2025-12-02 18:37:24 +00:00
parent 47a2179208
commit dfb0c05ab3
48 changed files with 2437 additions and 1941 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@supermemory/memory-graph",
"version": "0.1.1",
"version": "0.1.2",
"description": "Interactive graph visualization component for Supermemory - visualize and explore your memory connections",
"type": "module",
"main": "./dist/memory-graph.cjs",