yangdx
34c92e1045
Feat: improve file upload error handling for unspported files
2025-03-28 14:16:53 +08:00
yangdx
783020aab5
Update webui assets
2025-03-28 12:04:11 +08:00
yangdx
8cd7d418dc
Fix: tooltip flickering problem
2025-03-28 12:03:30 +08:00
Daniel.y
e0783c47ff
Merge pull request #1209 from danielaskdd/main
...
Add core version to server startup splash screen
2025-03-28 08:23:14 +08:00
yangdx
cce91bdd5a
Add core version to server startup splash screen
2025-03-28 08:20:55 +08:00
Daniel.y
afdf3a8b0b
Merge pull request #1205 from danielaskdd/main
...
Update i18n translation
2025-03-27 17:24:31 +08:00
yangdx
6a85a97f93
Update i18n translation
2025-03-27 17:23:20 +08:00
Daniel.y
1ef6c0d18a
Merge pull request #1202 from danielaskdd/sort-file
...
Feat: Add sortable columns to document manager
2025-03-27 17:10:57 +08:00
yangdx
94f2d3c42d
Update webui assets
2025-03-27 16:55:23 +08:00
yangdx
f182cf4a09
Fix liting
2025-03-27 16:55:15 +08:00
yangdx
441d1b8ced
Optime tooltips display
2025-03-27 16:50:27 +08:00
yangdx
4fae0fa54e
Optimed table header
2025-03-27 15:38:57 +08:00
yangdx
7e812d4929
Merge branch 'main' into sort-file
2025-03-27 13:40:22 +08:00
yangdx
cf8d87ca81
Update webui assetes
2025-03-27 13:38:59 +08:00
yangdx
73e5916f99
Fix linting
2025-03-27 13:38:36 +08:00
yangdx
fa5d39d8a2
feat: add sortable columns to document manager
...
- Add sorting capability for ID, created_at and updated_at columns
- Implement ascending/descending sort with visual indicators
- Handle special case for filename sorting in ID column
- Add hover effects on sortable column headers
2025-03-27 13:37:50 +08:00
Daniel.y
103948a28a
Merge pull request #1201 from danielaskdd/main
...
fix: auth_mode error in health check end point
2025-03-27 13:26:59 +08:00
yangdx
affc313a88
Fix linting
2025-03-27 13:26:18 +08:00
yangdx
987cb585e7
fix: auth_mode error in health check end point
...
- Change AUTH_USERNAME/PASSWORD to AUTH_ACCOUNTS format
- Update docs for new auth configuration
2025-03-27 13:24:14 +08:00
Daniel.y
c22076b5aa
Merge pull request #1198 from danielaskdd/main
...
Improve document TAB layout and tooltips handling logic
2025-03-27 12:41:24 +08:00
yangdx
3066207415
Update webui assets
2025-03-27 11:12:36 +08:00
yangdx
d149fd1bae
Optimize tooltips and layout
2025-03-27 11:11:59 +08:00
yangdx
3f52c7985f
Optimize collum width
2025-03-27 10:45:28 +08:00
yangdx
1cae6d77e7
Optimize tooltips
2025-03-27 10:41:21 +08:00
yangdx
a6086a615b
Update webui assets
2025-03-27 08:38:17 +08:00
yangdx
92f68024ef
Fix linting
2025-03-27 08:37:43 +08:00
yangdx
9eed63bd6f
Improve tooltips display for small table list
2025-03-27 08:37:09 +08:00
yangdx
f267e7b2c3
Update webui assets
2025-03-27 02:42:06 +08:00
yangdx
1657812ab6
set min height for document table
2025-03-27 02:40:22 +08:00
yangdx
63c180a66d
Update web assets
2025-03-27 02:21:56 +08:00
yangdx
05ee11901e
Fix linting
2025-03-27 02:21:25 +08:00
yangdx
837536191c
Refactor doc list layout to fix table head from scrolling out
2025-03-27 02:21:02 +08:00
yangdx
d8a4657dd4
adjust document manager layout spacing
...
- Reduce vertical spacing between card content items
- Remove padding bottom from card header
- Hide document manager description text
2025-03-27 00:11:46 +08:00
Daniel.y
6b2b4e3dc5
Merge pull request #1197 from danielaskdd/main
...
Hotfix: Resolved the Tooltip positioning issue
2025-03-26 23:55:11 +08:00
yangdx
dfa63e863c
Fix linting
2025-03-26 23:53:41 +08:00
yangdx
e7f68f7b77
fixed the Tooltip positioning issue:
...
- Changed all Tooltip position styles from fixed to absolute
- Maintained the position: relative on parent elements (already present in the group relative class)
2025-03-26 23:49:14 +08:00
yangdx
ebe7620b5f
Add pipeline_status endpoint to log filter
2025-03-26 23:24:26 +08:00
Daniel.y
0a2c2cb98b
Merge pull request #1195 from danielaskdd/env-file-check
...
feat: add .env file check on startup
2025-03-26 21:13:40 +08:00
Daniel.y
ac5880f513
Merge pull request #1193 from danielaskdd/file-upload-improve
...
Feat: Improve user experience of multiple files upload
2025-03-26 21:08:43 +08:00
yangdx
d83ae39541
feat: add .env file check on startup
...
- Show warning if .env is missing
- For CLI startup: prompt for user confirmation
- For service startup: display warning only
2025-03-26 21:08:24 +08:00
yangdx
5008393974
Update webui assets
2025-03-26 20:38:35 +08:00
yangdx
c9ee13c7a1
Fix linting
2025-03-26 20:37:58 +08:00
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