aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/components/memory-graph.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: mobile responsive, lint formats, toast, render issue fix (#688)01-20-feat_mobile_responsive_lint_formats_ui_improvements_render_issue_fixMaheshtheDev2026-01-211-6/+29
| | | | | | | | - Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
* MemoryGraph - revamped (#627)Vidya Rupak2025-12-291-16/+297
|
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-021-125/+159
| | | | | | | 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-221-8/+19
| | | | + new playground (#588)
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-191-0/+448
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)