aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-029-71/+53
| | | | | | | relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-199-0/+540
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)