choizhang
5b1938e5b3
feat(webui): Add attribute editing dialog box and optimize editable attribute row component
2025-04-13 23:32:35 +08:00
choizhang
4900cf07d9
Merge branch 'main' into edit-node
2025-04-13 11:51: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
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
choizhang
a12d60e4ea
feat: Add query mode 'bypass' to bypass knowledge retrieval and directly use LLM
2025-04-11 02:57:34 +08:00
yangdx
6c213dd1da
Change font size of pipeline status message
2025-04-10 17:55:37 +08:00
yangdx
2e3e1fedcc
Add middle-content matching for GraphViewer
2025-04-09 18:36:54 +08:00
yangdx
6e162ec297
Add fallback support for translation missing
2025-04-08 14:59:20 +08:00
yangdx
648a024af2
Add node types
2025-04-08 13:38:06 +08:00
yangdx
11392fc20f
Udate node types
2025-04-08 13:09:25 +08:00
yangdx
6401b88ab4
Modify legend box hight
2025-04-08 13:02:28 +08:00
yangdx
36ac95720f
Update webui assets
2025-04-07 22:15:00 +08:00
yangdx
2731634ba4
Fix graph label drop down list position problem
2025-04-07 22:12:58 +08:00
yangdx
09719bb9cf
Fix Safari popover problem
2025-04-07 20:09:43 +08:00
yangdx
56865816f1
Fix linting
2025-04-07 06:20:48 +08:00
yangdx
1d5c6570ea
fix: add null checks in FileUploader to prevent split() on undefined
...
- Add validation for file.name existence before accessing split() method
- Ensure extensions array exists before calling includes() method
- Add similar checks in onDrop file filtering logic
- Fix TypeError that occurred when processing files with missing properties
2025-04-07 06:19:28 +08:00
yangdx
f33ff7f2c2
Fix linting
2025-04-07 05:23:28 +08:00
yangdx
46ffb6afa4
fix: improve form accessibility with proper label associations
...
Added missing htmlFor attributes to labels and corresponding IDs to form elements throughout the web UI to enhance accessibility. This ensures screen readers can correctly identify form controls and improves browser autofill functionality. Changes include:
- Fixed label associations in login form
- Added proper IDs to form elements in Settings component
- Replaced decorative labels with semantic headings in PropertiesView
- Added screen reader accessible labels in RetrievalTesting
- Improved checkbox accessibility in QuerySettings
2025-04-07 05:20:12 +08:00
yangdx
74d015fdba
Add description to status dialog
2025-04-07 04:13:40 +08:00
yangdx
44e7a18a77
Fix linting
2025-04-06 23:42:39 +08:00
yangdx
688be94085
Add i18n translation
2025-04-06 23:42:39 +08:00
yangdx
daf4175be0
Fix * display problem on graph label box
2025-04-06 16:33:53 +08:00
yangdx
b003d613ee
Add initial value display for AsyncSelect
2025-04-06 15:53:04 +08:00
yangdx
11b93f1a25
Fix linting
2025-04-06 14:57:21 +08:00
yangdx
df0594852a
Set queryLabel after query on page first load
2025-04-06 14:56:55 +08:00
yangdx
9d6a3c281b
Merge branch 'feat-node-color' into merge-node-color
2025-04-05 14:39:49 +08:00
yangdx
0ce765362e
Add reset button for edge size
2025-04-05 13:38:28 +08:00
yangdx
f8fb882241
Limit max edge size to 10
2025-04-05 13:38:15 +08:00
yangdx
ae1e991724
Merge branch 'feat-edge-thickness' into merge-edge-thickness
2025-04-05 13:06:28 +08:00
yangdx
62174e6abd
Fix <div> in <p> problem of webui
2025-04-05 11:02:57 +08:00
yangdx
9969bf102d
Fix linting
2025-04-05 06:18:59 +08:00
yangdx
5d80c69855
Add label validation in GraphLabels component
...
- Validate queryLabel against available labels
- Reset to default if label not found
- Log warning when resetting label
2025-04-05 04:39:42 +08:00
yangdx
c3934ccccb
Fix linting
2025-04-04 04:46:40 +08:00
yangdx
9c81963908
Optimize server setting dialogue
2025-04-04 04:35:57 +08:00
choizhang
81355481c1
feat: Add legend components and toggle buttons
2025-04-03 22:42:13 +08:00
yangdx
8f46ce75b8
Update i18n translation
2025-04-02 23:55:28 +08:00
yangdx
76351590b2
Update UI component styling in dark mode
2025-04-02 23:45:14 +08:00
yangdx
f9f588aa16
Feat: add reset button to the right of input box
2025-04-02 23:40:16 +08:00
yangdx
7b1c946069
Update i18n translation
2025-04-02 23:28:58 +08:00
yangdx
1a1f934e27
Feat: replace min_degree with max_nodes in webui
2025-04-02 18:35:32 +08:00
yangdx
002738b197
Preventing document list reload from blocking dialogs to close faster
...
- Changed document refresh operations to execute asynchronously, no longer blocking UI response
- Added proper error handling to ensure refresh failures don't affect user experience
- Removed redundant health check calls as the document manager already includes state update logic
2025-04-01 16:26:41 +08:00
yangdx
4bb22046e0
Improve toast notifications and document clearing flow
...
- Enhanced Toaster component with theme, close button and rich colors
- Added immediate feedback for document clearing operation
2025-04-01 15:44:36 +08:00
yangdx
4372024ad6
feat(ui): Add document list refresh to UploadDocumentsDialog
...
- Add callback pattern for document list refresh after upload
- Implement conditional refresh based on upload success
- Ensure backend state is updated after successful uploads
2025-04-01 14:55:27 +08:00
yangdx
0d93ed2f2c
feat(ui): Improve document list refresh mechanism in ClearDocumentsDialog
...
- Replace direct API call with callback pattern for document list refresh
- Ensure document list updates regardless of operation success/failure
- Improve component decoupling between ClearDocumentsDialog and DocumentManager
2025-04-01 14:46:52 +08:00
yangdx
e83f6c0c63
Fix lingting
2025-04-01 13:32:05 +08:00
yangdx
4c9c600472
Refactoring clear document UI
2025-04-01 13:31:14 +08:00