Commit graph

8 commits

Author SHA1 Message Date
Vidya Rupak
2843e0cf4e updated the package.json to fix the circular dependencies issue. also updated the Changelog.md file to include dependency installation 2025-12-23 13:59:48 -07:00
Vidya Rupak
6db8deb09b Merge upstream changes from supermemoryai/supermemory 2025-12-23 13:37:07 -07:00
Vidya Rupak
d1d936ef29 bugfix: after memory is moved, when doc is dragged the moved memory stays still instead of following the doc. 2025-12-20 11:00:49 -07:00
Dhravya Shah
ff35a6bffc fix: change support email to the one on slack 2025-12-18 17:50:37 -08:00
Dhravya Shah
27f69e451f fix: memory graph not visible with just docs 2025-12-17 20:24:57 -08:00
nexxeln
dfb0c05ab3 add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-02 18:37:24 +00:00
nexxeln
895f37ac89 runtime styles injection + let user proxy requests for data in graph package + new playground (#588) 2025-11-22 07:04:05 +00:00
nexxeln
5e24eb66c3 package the graph (#563)
includes:

- a package that contains a MemoryGraph component which handles fetching data and rendering the graph
- a playground to test the package

problems:

- the bundle size is huge
- the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles

![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
2025-11-19 18:57:56 +00:00