yangdx
b82e4825e9
Add i18n translation for upload module
2025-03-26 20:33:56 +08:00
yangdx
b804d74d34
feat(upload): improve file upload progress and error handling
...
- Add persistent progress bars and error states
- Remove individual file toasts in favor of batch status
- Keep dialog open until manual close
- Move Progress component inline to reduce dependencies
2025-03-26 20:06:14 +08:00
yangdx
53b6b95e9e
Fix linting
2025-03-26 19:52:20 +08:00
Daniel.y
b9b7da3e17
Merge pull request #1192 from danielaskdd/pipeline-status
...
Feat: Add Pipeline status to WebUI
2025-03-26 19:08:27 +08:00
yangdx
a1dd6437ef
Update webui assets
2025-03-26 19:00:19 +08:00
yangdx
b2963b8a9c
Add unit to progress indicator on pipeline status dialog
2025-03-26 18:59:50 +08:00
yangdx
140cf58e87
Update webui assets
2025-03-26 18:33:12 +08:00
yangdx
208ee8b577
Revert AlerDialog implementation
2025-03-26 18:22:18 +08:00
yangdx
10245462f1
Remove unused get_api_key_dependency function
2025-03-26 18:09:42 +08:00
yangdx
922fc914be
Change empty pipeline job name
2025-03-26 17:48:00 +08:00
yangdx
ebb8b7799c
Bump API version to 1.2.7
2025-03-26 17:41:57 +08:00
yangdx
f29b6f3a8b
Update webui assets
2025-03-26 17:40:33 +08:00
yangdx
fb262e0f4a
Improve empty history message handling
2025-03-26 17:40:06 +08:00
yangdx
f26afff710
Update webui assets
2025-03-26 17:30:38 +08:00
yangdx
46f5c5b47f
Fix linting
2025-03-26 17:30:06 +08:00
yangdx
f7928263c0
Fix i18n translation
2025-03-26 17:29:09 +08:00
yangdx
5c18213b24
fix: optimize job name handling in document processing pipeline
...
- Move job name setting to before batch processing
- Fix document and batch counter accumulation
2025-03-26 16:58:31 +08:00
yangdx
03934b1385
fix(ui): improve pipeline status dialog layout and styling
...
- Switch from AlertDialog to Dialog component for better modal behavior
- Adjust dialog positioning and alignment controls
- Remove custom close button to avoid duplication
- Add proper spacing between alignment buttons and close button
- Simplify history container height with min/max height
- Reduce overlay opacity for better visibility
2025-03-26 16:24:38 +08:00
yangdx
4adfcdc8fe
feat(accessibility): add screen reader text for pipeline status dialog
2025-03-26 14:40:54 +08:00
yangdx
af3c9f30dc
feat(PipelineStatusDialog): add responsive height adjustment with minimum height guarantee
2025-03-26 14:14:29 +08:00
yangdx
43ccb7d113
feat(DocumentManager): optimize document status monitoring
...
- Improve document status change detection by caching previous counts and properly handling null states.
- This ensures more accurate pipeline status updates.
2025-03-26 14:02:20 +08:00
yangdx
814f3b3308
feat: add pipeline busy status indicator with breathing effect
...
- Add pipeline_busy field to health check response
- Track pipeline busy state in frontend store
- Add breathing animation for pipeline status button
- Enhance dark mode visibility with stronger contrast
2025-03-26 13:11:53 +08:00
yangdx
51be3fcfa5
feat(i18n): add translations for pipeline status UI
2025-03-26 12:50:33 +08:00
yangdx
1030068459
feat(health-check): add pipeline busy status to health endpoint
2025-03-26 12:41:49 +08:00
yangdx
57143fedcc
feat(lightrag): improve job name display with file path and count
...
Replace generic "indexing files" with dynamic job name showing truncated file path and total file count.
2025-03-26 12:32:52 +08:00
yangdx
d7c0b420b9
feat: add pipeline status monitoring dialog
...
- Add pipeline status API and types
- Create PipelineStatusDialog component with position control
- Unify modal overlay style across components
2025-03-26 12:05:54 +08:00
yangdx
e1d43ee831
fix: add missing t
dependency in ClearDocumentsDialog useCallback
2025-03-26 10:31:18 +08:00
Daniel.y
636122ecc4
Merge pull request #1188 from danielaskdd/main
...
Increase conten summary from 100 to 250 CHARS
2025-03-25 23:42:39 +08:00
yangdx
3ce8933d81
Merge branch 'pipeline-file-path'
2025-03-25 23:40:24 +08:00
yangdx
4854ff83b3
Increase conten summary from 100 to 250 CHARS
2025-03-25 23:39:09 +08:00
Daniel.y
cfdedf16a8
Merge pull request #1187 from danielaskdd/pipeline-file-path
...
feat: Add file name display in WebUI
2025-03-25 23:02:16 +08:00
yangdx
7492362bda
Bump API version to 1.2.6
2025-03-25 23:00:04 +08:00
Daniel.y
473854604f
Merge pull request #1185 from ParisNeo/main
...
upgraded to use current folder's .env if present
2025-03-25 22:59:09 +08:00
yangdx
25db83f8e2
Update webui assets
2025-03-25 22:44:53 +08:00
yangdx
d456269718
feat: Add file name display in WebUI
...
Backend:
- Add file_path field to DocStatusResponse
- Update document status response creation
Frontend:
- Remove metadata column
- Improve filename display with truncation and tooltips
- Add show/hide filename toggle with proper styling
- Update translations for all supported languages"
2025-03-25 22:42:46 +08:00
yangdx
e36cc87633
Remove metadata column from DocumentManager table
2025-03-25 20:58:21 +08:00
yangdx
35df22cf08
Update pipeline_enqueue_file to include file_paths parameter
2025-03-25 20:47:25 +08:00
Saifeddine ALOUI
2333958a6b
upgraded to use current folder's .env if present
2025-03-25 13:45:51 +01:00
Daniel.y
4076b20582
Merge pull request #1184 from danielaskdd/main
...
Update README
2025-03-25 18:54:26 +08:00
yangdx
4dcf717e53
Update README.md
2025-03-25 18:53:17 +08:00
yangdx
77889d7846
Update README
2025-03-25 18:50:01 +08:00
Daniel.y
ec15d5a5af
Merge pull request #1167 from omdivyatej/om-pr
...
Feature: Dynamic LLM Selection via QueryParam for Optimized Performance
2025-03-25 18:13:44 +08:00
omdivyatej
f049f2f5c4
linting errors
2025-03-25 15:20:09 +05:30
Daniel.y
4daa1c966f
Merge pull request #1170 from lcjqyml/feat-multi-user
...
Feat multi user support.
2025-03-25 17:48:20 +08:00
Daniel.y
2f7fcc3dfa
Merge pull request #1183 from danielaskdd/main
...
Fix linting in README
2025-03-25 16:31:08 +08:00
yangdx
373484e253
Fix linting
2025-03-25 16:29:55 +08:00
yangdx
48ddfb047e
Fix linting
2025-03-25 16:29:37 +08:00
yangdx
ac703dc448
Fix linting of README
2025-03-25 16:23:15 +08:00
Milin
23004546dc
Merge branch 'main'
2025-03-25 15:57:14 +08:00
Milin
4af78f6c81
Merge branch 'main' of github.com:lcjqyml/LightRAG
2025-03-25 15:38:56 +08:00