aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/components
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix merge conflictsVidya Rupak2025-12-231-1/+1
|\
| * add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-222-121/+264
* | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-232-122/+265
|/
* 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-222-1/+10
* 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-222-10/+130
* made dimming animation to last 1.5seconds. also updated popover positioning l...Vidya Rupak2025-12-222-7/+12
* added dimming to bg when popover is open.Vidya Rupak2025-12-223-7/+72
* 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-211-12/+53
* 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
* fix: made changes in the wrong directory, reverted and updated in the right o...Vidya Rupak2025-12-211-5/+7
* updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-202-12/+132
* 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-0214-921/+1189
* runtime styles injection + let user proxy requests for data in graph package ...proxy-graph-requestsnexxeln2025-11-222-206/+19
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1915-0/+3064