aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph
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
* updated the package.json to fix the circular dependencies issue. also updated...Vidya Rupak2025-12-232-1/+5
* Merge upstream changes from supermemoryai/supermemoryVidya Rupak2025-12-232-2/+1
|\
| * fix: change support email to the one on slackDhravya Shah2025-12-181-1/+1
| * fix: memory graph not visible with just docsDhravya Shah2025-12-172-2/+1
* | fix merge conflictsVidya Rupak2025-12-233-2/+17
|\ \
| * | updated changelog.md to include recent changesVidya Rupak2025-12-231-0/+15
| * | 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
|/ /
* | updated changelog.md to be more conciseVidya Rupak2025-12-221-197/+72
* | 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-224-10/+149
* | made dimming animation to last 1.5seconds. also updated popover positioning l...Vidya Rupak2025-12-224-19/+30
* | added dimming to bg when popover is open.Vidya Rupak2025-12-225-7/+118
* | updated changelog and refactored popover logic to eliminate unnecessary calcu...Vidya Rupak2025-12-212-46/+65
* | 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-213-12/+312
* | 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
* | updated changelog.md to include recent changesVidya Rupak2025-12-211-0/+30
* | 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-212-5/+47
* | optimized doc similarity calculation by using k-NN algo (each doc compares wi...Vidya Rupak2025-12-203-49/+86
* | updated changelog to include minor performance fix.Vidya Rupak2025-12-201-0/+16
* | 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
* | added a changelog.md docVidya Rupak2025-12-201-0/+19
* | bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-204-6/+65
|/
* add docs for graph package (#603)graph-docsnexxeln2025-12-041-328/+44
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-0241-1672/+2088
* runtime styles injection + let user proxy requests for data in graph package ...proxy-graph-requestsnexxeln2025-11-2210-700/+272
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-1947-0/+6727