yangdx
28d26c3a4a
refactor: improve graph property update mechanism
...
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:41:51 +08:00
yangdx
f58fb43f67
Fix Neo4j node and edge edit problem
2025-04-15 12:41:41 +08:00
yangdx
f7ee5be658
Fix linting
2025-04-14 14:53:13 +08:00
yangdx
cb35b83a14
Update webui assets
2025-04-14 14:47:38 +08:00
yangdx
5ce334d807
Fix tooltips missing for editable properties
2025-04-14 14:47:30 +08:00
Daniel.y
819cfeffa0
Merge pull request #1367 from danielaskdd/add-graph-db-lock
...
Add graph_db_lock to ensure consistency across multiple processes for node and edge edition jobs
2025-04-14 13:32:25 +08:00
yangdx
fbc1b179a3
Bump api version to 0150
2025-04-14 13:30:17 +08:00
yangdx
017169b571
Fix linting
2025-04-14 13:29:56 +08:00
yangdx
c7d563f1aa
Update webui assets
2025-04-14 13:28:00 +08:00
yangdx
9037607cc0
Fix i18n translation alignment
2025-04-14 13:25:54 +08:00
yangdx
96bd018fab
Update webui assets
2025-04-14 13:01:46 +08:00
yangdx
85a9462650
Enhanced textarea configuration in property editor
...
- Added dynamic textarea sizing configuration
- Special handling for description field
- Improved resizing behavior
2025-04-14 13:01:34 +08:00
yangdx
414264f25e
Use DialogDescription component for description
...
- Remove aria-describedby attribute
2025-04-14 12:45:42 +08:00
yangdx
c834570cfc
Fix import error
2025-04-14 12:36:41 +08:00
yangdx
5c1d4201f9
Fix linting
2025-04-14 12:08:56 +08:00
yangdx
40240bc79e
Merge branch 'edit-node' into add-graph-db-lock
2025-04-14 12:07:47 +08:00
choizhang
88947c7ece
refactor(graph): Refactoring the attribute line component to extract common logic into a separate file
2025-04-14 10:13:54 +08:00
yangdx
b18bf10353
Merge branch 'edit-node' into add-graph-db-lock
2025-04-14 03:39:57 +08:00
yangdx
89d1e68d97
Move graph edit function implemention to a utils_graph.py to educe the size of lightray.py
2025-04-14 03:06:23 +08:00
yangdx
6dd67748ca
Add graph_db_lock to esure consistency across multiple processes for node and edge edition jobs
2025-04-14 00:07:31 +08:00
choizhang
5b1938e5b3
feat(webui): Add attribute editing dialog box and optimize editable attribute row component
2025-04-13 23:32:35 +08:00
yangdx
00c8394601
Update webui assets
2025-04-13 16:52:30 +08:00
yangdx
6b2fd9218b
Merge branch 'feat/i18n-TW'
2025-04-13 16:48:17 +08:00
choizhang
4900cf07d9
Merge branch 'main' into edit-node
2025-04-13 11:51:55 +08:00
choizhang
53f18b6c84
bugfix
2025-04-13 11:48:55 +08:00
choizhang
830b69fd89
refactor(graph): Refactoring the EditablePeopleRow component
2025-04-13 11:13:23 +08:00
choizhang
5e5f3640d7
2025-04-13 10:50:42 +08:00
yangdx
ecfe4209c3
Update log message
2025-04-12 21:34:50 +08:00
yangdx
56d3c374be
Update api version to 0148
2025-04-12 21:13:03 +08:00
yangdx
7fd3053e61
Update log message
2025-04-12 21:10:36 +08:00
Daniel.y
4e45c3b942
Merge pull request #1360 from danielaskdd/normalize-entity-name
...
Feat: Implement entity/relation name and description normalization
2025-04-12 20:56:31 +08:00
yangdx
6174554c58
Fix linting
2025-04-12 20:50:21 +08:00
yangdx
2ac66c3531
Remove chinese quotes in entity name
2025-04-12 20:45:41 +08:00
yangdx
0eed5eb718
feat: implement entity/relation name and description normalization
...
- Remove spaces between Chinese characters
- Remove spaces between Chinese and English/numbers
- Preserve spaces within English text and numbers
- Replace Chinese parentheses with English parentheses
- Replace Chinese dash with English dash
2025-04-12 19:26:02 +08:00
iLuJack
a72809c59a
docs(locales): add traditional chinese support
2025-04-12 16:46:46 +08:00
choizhang
272b101974
feat: Add double-click editing prompt text and optimize editable attribute line style
2025-04-12 14:33:40 +08:00
choizhang
58eeacda20
refactor(graph): Refactoring node attribute update logic to improve code maintainability
2025-04-12 13:17:09 +08:00
choizhang
ea43f3537e
fix(graph): Fixed the issue of incorrect handling of edges and nodes during node ID updates
2025-04-12 10:36:05 +08:00
choizhang
7e3e685763
feat(graph): Add editing function for entity and relationship attributes
2025-04-12 00:48:19 +08:00
yangdx
745301ea13
Deleted node2vec implementation
2025-04-11 18:41:45 +08:00
yangdx
83353ab9a6
Remove unused node embedding functionality from graph storage
...
- Deleted embed_nodes() method implementations
2025-04-11 18:34:48 +08:00
yangdx
c084358dc9
Improved graph storage documentation and methods
...
- Added detailed docstrings for graph methods
- Added bulk node/edge removal methods
2025-04-11 18:34:03 +08:00
yangdx
1e79257976
Update README
2025-04-11 17:03:46 +08:00
Daniel.y
dabe0d67c7
Bump api version to 0147
2025-04-11 15:30:59 +08:00
Daniel.y
a2694a73d9
Merge pull request #1345 from zhudongwork/docx-dev
...
Optimize: Use python-docx for better parsing.
2025-04-11 15:30:03 +08:00
yangdx
430028956a
Merge branch 'webui-add-bypass'
2025-04-11 15:14:47 +08:00
yangdx
3ee183b0aa
Update webui assets
2025-04-11 15:13:58 +08:00
choizhang
eb3038e55a
docs(locales): Update multilingual files to include descriptions of bypass mode
2025-04-11 15:13:58 +08:00
choizhang
f35012572c
docs(locales): Update multilingual files to include descriptions of bypass mode
2025-04-11 11:12:01 +08:00
cuikunyu
135a40d696
Optimize: Use python-docx for better parsing.
2025-04-11 03:10:20 +00:00