aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/components/memory-graph.tsx
Commit message (Expand)AuthorAgeFilesLines
* add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-221-0/+2
* 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-221-0/+2
* 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-221-0/+107
* made dimming animation to last 1.5seconds. also updated popover positioning l...Vidya Rupak2025-12-221-5/+10
* added dimming to bg when popover is open.Vidya Rupak2025-12-221-0/+1
* 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-211-7/+45
* updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-201-7/+104
* bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-201-1/+9
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-021-125/+159
* runtime styles injection + let user proxy requests for data in graph package ...proxy-graph-requestsnexxeln2025-11-221-8/+19
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-191-0/+448