| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added a zero check before calculating maxDps, removed height and width from ↵ | Vidya Rupak | 2025-12-23 | 1 | -7/+8 |
| | | | | | canvas jsx element (dimension conflict) | ||||
| * | fix canvas dimension exceed by clamping the canvas size to safe limits | Vidya Rupak | 2025-12-23 | 1 | -4/+14 |
| | | |||||
| * | fix merge conflicts | Vidya Rupak | 2025-12-23 | 1 | -1/+1 |
| |\ | |||||
| | * | add memory limiting and performance optimizations. reduced k-nn limit to 10. | Vidya Rupak | 2025-12-22 | 2 | -121/+264 |
| | | | |||||
| * | | add memory limiting and performance optimizations. reduced k-nn limit to 10. | Vidya Rupak | 2025-12-23 | 2 | -122/+265 |
| |/ | |||||
| * | bugfix: physics persisted sometimes after slideshow ends. now explicitly ↵ | Vidya Rupak | 2025-12-22 | 1 | -0/+3 |
| | | | | | stopping physics after slideshow ends | ||||
| * | slideshow now stops when user clicks outside the popover | Vidya Rupak | 2025-12-22 | 2 | -1/+10 |
| | | |||||
| * | added logic to clear old timeout before creating new one (prevents ↵ | Vidya Rupak | 2025-12-22 | 1 | -3/+16 |
| | | | | | accumulation when nodes are selected rapidly, ex. slideshow) | ||||
| * | added slideshow mode to automatically cycle through nodes with smooth ↵ | Vidya Rupak | 2025-12-22 | 2 | -10/+130 |
| | | | | | animations and physics | ||||
| * | made dimming animation to last 1.5seconds. also updated popover positioning ↵ | Vidya Rupak | 2025-12-22 | 2 | -7/+12 |
| | | | | | logic to appear besides the node with a clear 20px gap | ||||
| * | added dimming to bg when popover is open. | Vidya Rupak | 2025-12-22 | 3 | -7/+72 |
| | | |||||
| * | updated changelog and refactored popover logic to eliminate unnecessary ↵ | Vidya Rupak | 2025-12-21 | 1 | -46/+51 |
| | | | | | calculations during smooth pan/zoom animations | ||||
| * | added popover cards for doc and memory to open next to the selected node. | Vidya Rupak | 2025-12-21 | 2 | -7/+475 |
| | | |||||
| * | added doc type icon to graph nodes for supported file formats. also updated ↵ | Vidya Rupak | 2025-12-21 | 1 | -12/+53 |
| | | | | | doc hover effect to surround the node instead of overlapping it. | ||||
| * | updated the hexagon icons in legend to be uniform along with their border | Vidya Rupak | 2025-12-21 | 1 | -58/+54 |
| | | |||||
| * | updated memory-graph legend colors | Vidya Rupak | 2025-12-21 | 1 | -6/+6 |
| | | |||||
| * | fix: made changes in the wrong directory, reverted and updated in the right ↵ | Vidya Rupak | 2025-12-21 | 1 | -5/+7 |
| | | | | | one for bugfix (edge culling) | ||||
| * | updated rendering to hybrid: continuous when simulation active, change-based ↵ | Vidya Rupak | 2025-12-20 | 2 | -12/+132 |
| | | | | | when idle | ||||
| * | bugfix: after memory is moved, when doc is dragged the moved memory stays ↵ | Vidya Rupak | 2025-12-20 | 1 | -1/+9 |
| | | | | | still instead of following the doc. | ||||
| * | add spaces selector with search (#600)update-memory-graph | nexxeln | 2025-12-02 | 14 | -921/+1189 |
| | | | | | | | | relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts | ||||
| * | runtime styles injection + let user proxy requests for data in graph package ↵proxy-graph-requests | nexxeln | 2025-11-22 | 2 | -206/+19 |
| | | | | | + new playground (#588) | ||||
| * | package the graph (#563)shoubhit/eng-358-packaging-graph-component | nexxeln | 2025-11-19 | 15 | -0/+3064 |
| 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  | |||||