Commit Graph

2889 Commits

Author SHA1 Message Date
yangdx
5be1cc1f53 Merge branch 'main' into upload-error 2025-03-28 15:34:38 +08:00
yangdx
5e06d01de4 UI adaptation for dark mode 2025-03-28 14:36:55 +08:00
yangdx
af20189967 Add i18n translation 2025-03-28 14:22:39 +08:00
yangdx
34c92e1045 Feat: improve file upload error handling for unspported files 2025-03-28 14:16:53 +08:00
zrguo
7d7df69f4b Merge pull request #1207 from choizhang/track-tokens
feat:  Add TokenTracker to track token usage for LLM calls
2025-03-28 16:39:55 +11:00
zrguo
2bb7eea9c9 Merge pull request #1213 from HKUDS/fix-citation
fix citation
2025-03-28 16:35:17 +11:00
zrguo
87fbffde14 fix citation 2025-03-28 13:30:24 +08:00
Daniel.y
3b71568053 Merge pull request #1212 from danielaskdd/main
Fix: tooltip flickering problem
2025-03-28 12:10:10 +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
choizhang
8488229a29 feat: Add TokenTracker to track token usage for LLM calls 2025-03-28 01:25:15 +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