aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph
Commit message (Collapse)AuthorAgeFilesLines
* chore: bump package versionDhravya Shah2025-12-281-1/+1
|
* MemoryGraph - revamped (#627)Vidya Rupak2025-12-2913-372/+2102
|
* fix: change support email to the one on slackDhravya Shah2025-12-181-1/+1
|
* fix: memory graph not visible with just docsDhravya Shah2025-12-172-2/+1
|
* add docs for graph package (#603)graph-docsnexxeln2025-12-041-328/+44
|
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-0241-1672/+2088
| | | | | | | relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts
* runtime styles injection + let user proxy requests for data in graph package ↵proxy-graph-requestsnexxeln2025-11-2210-700/+272
| | | | + new playground (#588)
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1947-0/+6727
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)