Commit graph

14 commits

Author SHA1 Message Date
Vidya Rupak
2f60729a3e updated changelog.md to include recent changes 2025-12-21 13:36:58 -07:00
Vidya Rupak
c07cdf5359 refactor: replaced concentric ring layout with physics driven approach. 2025-12-21 13:33:50 -07:00
Vidya Rupak
7967f507c7 updated color scheme for better visual clarity 2025-12-21 13:14:26 -07:00
Vidya Rupak
404c3823cc fix: made changes in the wrong directory, reverted and updated in the right one for bugfix (edge culling) 2025-12-21 12:25:35 -07:00
Vidya Rupak
3823b3cf0f optimized doc similarity calculation by using k-NN algo (each doc compares with k=15 neighbors) 2025-12-20 23:39:50 -07:00
Vidya Rupak
db7fa8798d updated changelog to include minor performance fix. 2025-12-20 18:44:46 -07:00
Vidya Rupak
e1116726c0 performance fix: limited doc similarity check to 50 docs for now, memory leak fix (cleanup deleted nodes), and updating node/edge at the same time instead of one after another. 2025-12-20 17:37:46 -07:00
Vidya Rupak
db0f74110a updated rendering to hybrid: continuous when simulation active, change-based when idle 2025-12-20 17:01:12 -07:00
Vidya Rupak
b7a20093bf added a changelog.md doc 2025-12-20 12:39:14 -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
nexxeln
1b9b3012e3 add docs for graph package (#603) 2025-12-04 18:56:40 +00: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