Commit History

Remove grapOperation.ts
2ea23b2

yangdx commited on

refactor: improve graph property update mechanism
b6a03c6

yangdx commited on

Fix Neo4j node and edge edit problem
f4c3104

yangdx commited on

feat(graph): Add editing function for entity and relationship attributes
fa48cea

choizhang commited on

feat: Add legend components and toggle buttons
563cdd1

choizhang commited on

Fix: emtpy graph not display correctly after cleaning the database
f57fcd2

yangdx commited on

Remove unused shouldRender state and related rendering control logic
417c40a

yangdx commited on

Remove graphSearchTypes.ts, move OptionItem type to GraphSearch.tsx
dc332df

yangdx commited on

fix: Replace global searchCache with Zustand state management
a5f80ff

yangdx commited on

refactor: remove legacy node expansion and pruning methods from graph store
88fc1cb

yangdx commited on

Improve graph state cleanup by fully resetting sigma instance on label change
4b9c299

yangdx commited on

Fix linting and upate webui assets
169a4c0

yangdx commited on

Fix refresh layout button failure
2f9681a

yangdx commited on

Avoid graphics flickering during node operations
e41c826

yangdx commited on

Fix linting
37bba66

yangdx commited on

Add Node Expansion and Pruning Features
b8f3341

yangdx commited on

Remove unused codes
1f583de

yangdx commited on

Update comment translations to English
9defefd

yangdx commited on

Fix linting
2e179f3

yangdx commited on

Optimize graph state management & performance for tab switching visibility
d3a437a

yangdx commited on

Minimized API request between Tab view change
5611aed

yangdx commited on

Moved refreshLayout from settings to graph store.
f566759

yangdx commited on

Limit the search scope to labels in the current subgraph
dcae38a

yangdx commited on

Fix linting
201c775

yangdx commited on

Fix duplicate api requuests for graph fetching
3ab8571

yangdx commited on

Ensure seamless toggling between selected labels and the complete graph
aa0d4c6

yangdx commited on

Refactor graph label handling to extract labels directly from graph data
5edb4ed

yangdx commited on

handle missing edge types in graph data
858f35e

ArnoChen commited on

move lightrag_webui folder to top directory
f1e780e

ArnoChen commited on