Commit Graph

373 Commits

Author SHA1 Message Date
yangdx
e97e54b7a5 Feat: support query mode prefix in retrieval input 2025-04-23 01:26:34 +08:00
yangdx
6f064925eb Simplified scroll to bottom logic 2025-04-23 00:38:35 +08:00
yangdx
5bfa2e7dc6 Improve scrolling logic 2025-04-22 22:15:42 +08:00
yangdx
f53115aaa1 Fix scrolling to bottom problem 2025-04-22 21:25:15 +08:00
yangdx
1b63149a11 Fix linting 2025-04-22 18:34:30 +08:00
yangdx
6c556cd65f Improve scrollToBottom logic 2025-04-22 18:05:08 +08:00
yangdx
a9dcf4d5ca Change chat message component width to 90% 2025-04-22 17:52:48 +08:00
yangdx
64f5bb0243 Add typography to webui and fix markdown render problem 2025-04-22 17:21:24 +08:00
yangdx
6125116355 Fix useCallback Hook 2025-04-22 16:56:48 +08:00
yangdx
3ce159bf9b Fix layout problem of QuerySettings for WebUI 2025-04-22 16:16:14 +08:00
yangdx
3b8959051d Fix i18n translate error 2025-04-22 12:11:24 +08:00
yangdx
3b724c5207 Update i18n translation 2025-04-22 11:56:03 +08:00
yangdx
be032db1f8 Fix linting 2025-04-22 09:05:23 +08:00
choizhang
333c43fbdf refactor: Fixed redundant blank characters in message content 2025-04-22 01:25:18 +08:00
choizhang
522080e44f feat(chat): Add Mermaid chart support and optimize code highlighting. Resolve the issue of streaming returns 2025-04-21 15:50:13 +08:00
yangdx
07ede43e19 Update reload graph data hint message 2025-04-18 18:17:47 +08:00
yangdx
300a092132 Increase the threshold value of enabling middle content search. 2025-04-18 17:46:05 +08:00
yangdx
197cb34b18 Update empty graph message 2025-04-18 17:19:37 +08:00
yangdx
67f6d14e5b Switch rotation bottun posstion 2025-04-17 04:33:34 +08:00
yangdx
6fc13d7a47 Update node size logic node expansion 2025-04-17 04:32:39 +08:00
yangdx
13eeb9a52b Optimze document status change monitor 2025-04-16 00:51:09 +08:00
yangdx
6c90a919f0 Optimize health check 2025-04-15 21:23:29 +08:00
Daniel.y
aefd08823e Merge pull request #1377 from danielaskdd/main
Fix: disable LLM cache recording while enable_llm_cache is disabled
2025-04-15 21:06:14 +08:00
yangdx
69540b7c21 Update webui assets 2025-04-15 20:52:15 +08:00
yangdx
1720bc8ad6 Do health check on page initial load 2025-04-15 20:37:17 +08:00
yangdx
c50b3dc79c Update toptips position 2025-04-15 16:09:40 +08:00
yangdx
085cfffdf6 fix: limit property value display length to prevent horizontal scrollbars 2025-04-15 14:33:40 +08:00
yangdx
0e584d98ce Add i18n translation 2025-04-15 14:23:52 +08:00
yangdx
0a9e96640d Optimize tooltips posistion 2025-04-15 14:23:42 +08:00
yangdx
cdd69845c9 Remove grapOperation.ts 2025-04-15 13:04:51 +08:00
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
5ce334d807 Fix tooltips missing for editable properties 2025-04-14 14:47:30 +08:00
yangdx
9037607cc0 Fix i18n translation alignment 2025-04-14 13:25:54 +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
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
choizhang
5b1938e5b3 feat(webui): Add attribute editing dialog box and optimize editable attribute row component 2025-04-13 23:32:35 +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
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