aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src
Commit message (Expand)AuthorAgeFilesLines
* fix: show all memory relationsvrupak/mainDhravya Shah2025-12-231-46/+78
* added a zero check before calculating maxDps, removed height and width from c...Vidya Rupak2025-12-231-7/+8
* fix canvas dimension exceed by clamping the canvas size to safe limitsVidya Rupak2025-12-231-4/+14
* Merge upstream changes from supermemoryai/supermemoryVidya Rupak2025-12-231-1/+0
|\
| * fix: memory graph not visible with just docsDhravya Shah2025-12-171-1/+0
* | fix merge conflictsVidya Rupak2025-12-232-2/+2
|\ \
| * | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-225-129/+369
* | | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-235-131/+371
|/ /
* | bugfix: physics persisted sometimes after slideshow ends. now explicitly stop...Vidya Rupak2025-12-221-0/+3
* | slideshow now stops when user clicks outside the popoverVidya Rupak2025-12-223-1/+12
* | added logic to clear old timeout before creating new one (prevents accumulati...Vidya Rupak2025-12-221-3/+16
* | added slideshow mode to automatically cycle through nodes with smooth animati...Vidya Rupak2025-12-223-10/+136
* | made dimming animation to last 1.5seconds. also updated popover positioning l...Vidya Rupak2025-12-223-11/+22
* | added dimming to bg when popover is open.Vidya Rupak2025-12-224-7/+74
* | updated changelog and refactored popover logic to eliminate unnecessary calcu...Vidya Rupak2025-12-211-46/+51
* | added popover cards for doc and memory to open next to the selected node.Vidya Rupak2025-12-212-7/+475
* | added doc type icon to graph nodes for supported file formats. also updated d...Vidya Rupak2025-12-212-12/+290
* | updated the hexagon icons in legend to be uniform along with their borderVidya Rupak2025-12-211-58/+54
* | updated memory-graph legend colorsVidya Rupak2025-12-211-6/+6
* | refactor: replaced concentric ring layout with physics driven approach.Vidya Rupak2025-12-212-47/+21
* | updated color scheme for better visual clarityVidya Rupak2025-12-211-9/+9
* | fix: made changes in the wrong directory, reverted and updated in the right o...Vidya Rupak2025-12-211-5/+7
* | optimized doc similarity calculation by using k-NN algo (each doc compares wi...Vidya Rupak2025-12-202-40/+67
* | performance fix: limited doc similarity check to 50 docs for now, memory leak...Vidya Rupak2025-12-202-12/+38
* | updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-206-82/+400
* | bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-203-6/+63
|/
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-0237-1569/+1856
* runtime styles injection + let user proxy requests for data in graph package ...proxy-graph-requestsnexxeln2025-11-227-574/+86
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1941-0/+6265