MaheshtheDev
|
84d0fb802a
|
feat: bulk delete documents in nova app (#777)

|
2026-03-10 15:29:25 +00:00 |
|
Vedant Mahajan
|
9f7f415dd5
|
perf: Optimize array traversal for empty memory-graph documents (#770)
|
2026-03-07 19:34:25 -08:00 |
|
nexxeln
|
5dd358a939
|
graph frontend (#713)
|
2026-02-09 07:02:20 +00:00 |
|
MaheshtheDev
|
1423bd7004
|
feat: mobile responsive, lint formats, toast, render issue fix (#688)
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
|
2026-01-21 03:11:53 +00:00 |
|
Vidya Rupak
|
d93ffbb93f
|
MemoryGraph - revamped (#627)
|
2025-12-29 00:32:26 +05:30 |
|
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

|
2025-11-19 18:57:56 +00:00 |
|