dependabot[bot]
587a930b20
Bump the react group in /lightrag_webui with 3 updates
...
Bumps the react group in /lightrag_webui with 3 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ).
Updates `react-router-dom` from 7.9.4 to 7.9.6
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.6/packages/react-router-dom )
Updates `@types/react` from 19.2.2 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `@types/react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-version: 7.9.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: react
- dependency-name: "@types/react"
dependency-version: 19.2.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: react
- dependency-name: "@types/react-dom"
dependency-version: 19.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: react
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 22:57:59 +00:00
yangdx
3f6423df33
Fix KaTeX extension loading by moving imports to app startup
...
• Move mhchem/copy-tex to main.tsx
• Add katex to Vite dedupe config
• Remove dynamic extension loading
• Ensure extensions available globally
• Fix chemistry formula rendering
2025-12-01 12:44:04 +08:00
yangdx
8f4bfbf1a3
Add KaTeX copy-tex extension support for formula copying
2025-12-01 12:20:17 +08:00
yangdx
aeaa0b32f9
Add mhchem extension support for chemistry formulas in ChatMessage
2025-12-01 12:16:43 +08:00
yangdx
8c07c91833
Remove deprecated response_type parameter from query settings
...
- Bump API version to 0254
- Remove response format UI controls
- Hard-code response_type in query params
- Add migration for version 19
- Clean up settings store structure
2025-11-12 12:19:30 +08:00
yangdx
80f2e691fc
Remove redundant i18n import triggered the Vite “dynamic + static import” warning
2025-11-09 02:48:11 +08:00
yangdx
678e17bb5c
Revert "fix(ui): Remove dynamic import for i18n in settings store"
...
This reverts commit 0216325e0f .
2025-11-06 21:00:47 +08:00
yangdx
0216325e0f
fix(ui): Remove dynamic import for i18n in settings store
2025-11-06 16:15:32 +08:00
yangdx
7ccc1fdd27
Add frontend rebuild warning indicator to version display
...
- Return bool from check_frontend_build()
- Add ⚠️ symbol to outdated versions
- Show tooltip with rebuild message
- Add translations for warning text
- Fix tailwind config filename typo
2025-10-31 06:09:46 +08:00
yangdx
58c83f9da5
Add auto-refresh of popular labels when pipeline completes
...
• Monitor pipeline busy->idle transitions
• Reload labels on dropdown open if needed
• Add onBeforeOpen callback to AsyncSelect
• Clear refresh flags after processing
• Improve label sync with backend state
2025-10-31 04:45:35 +08:00
yangdx
71b27ec4aa
Optimize property edit dialog to use trimmed value consistently
2025-10-31 00:08:02 +08:00
yangdx
4cbd876126
feat: Update node color and legent after entity_type changed
...
- Move color constants to utils module
- Extract resolveNodeColor function
- Update node colors on type changes
- Simplify hook color logic
2025-10-31 00:03:55 +08:00
yangdx
79a17c3f7f
Fix graph value handling for entity_id updates
...
• Use finalValue for entity_id changes
• Keep original value for other props
• Fix property update logic
2025-10-30 23:43:46 +08:00
yangdx
ee7c683fa7
Fix swagger docs page problem in dev mode
...
- Add /static to VITE_API_ENDPOINTS
- Update proxy rewrite rules
- Include static file serving
- Sync sample env file
2025-10-29 02:31:52 +08:00
yangdx
54c48dce38
Fix z-index layering for GraphViewer UI panels
2025-10-29 02:09:13 +08:00
yangdx
b32b2e8b9e
Refactor merge dialog and improve search history sync
...
- Extract MergeDialog to separate component
- Update search history on entity rename
- Add dropdown refresh trigger mechanism
- Sync query label with entity changes
- Force graph re-render after updates
2025-10-28 01:52:49 +08:00
yangdx
5155edd8d2
feat: Improve entity merge and edit UX
...
- **API:** The `graph/entity/edit` endpoint now returns a detailed `operation_summary` for better client-side handling of update, rename, and merge outcomes.
- **Web UI:** Added an "auto-merge on rename" option. The UI now gracefully handles merge success, partial failures (update OK, merge fail), and other errors with specific user feedback.
2025-10-27 23:42:08 +08:00
yangdx
25f829ef48
Enable editing of entity_type field in node properties
2025-10-27 12:27:57 +08:00
yangdx
9ed19695bb
Remove separate retry button and merge functionality into scan button
2025-10-25 04:12:44 +08:00
yangdx
81e3496aa4
Add confirmation dialog for pipeline cancellation
2025-10-25 03:55:00 +08:00
yangdx
2476d6b7f8
Simplify pipeline status dialog by consolidating message sections
...
• Remove separate latest message section
• Combine into single pipeline messages area
• Add overflow-x-hidden for better display
• Change break-words to break-all
• Update translations across all locales
2025-10-25 03:34:54 +08:00
yangdx
f89b5ab101
Add pipeline cancellation feature with UI and i18n support
...
- Add cancelPipeline API endpoint
- Add cancel button to status dialog
- Update status response type
- Add cancellation UI translations
- Handle cancellation request states
2025-10-24 15:30:27 +08:00
yangdx
8dc23eeff2
Fix RayAnything compatible problem
...
• Use "preprocessed" to indicate multimodal processing is required
• Update DocProcessingStatus to process status convertion automatically
• Remove multimodal_processed from DocStatus enum value
• Update UI filter logic
2025-10-22 20:15:29 +08:00
yangdx
162370b6e6
Add optional LLM cache deletion when deleting documents
...
• Add delete_llm_cache parameter to API
• Collect cache IDs from text chunks
• Delete cache after graph operations
• Update UI with new checkbox option
• Add i18n translations for cache option
2025-10-22 12:19:23 +08:00
yangdx
80668aae22
Improve file path truncation labels and UI consistency
...
• Standardize FIFO/KEEP truncation labels
• Update UI truncation text format
2025-10-21 15:39:31 +08:00
yangdx
019dff5248
Update truncation message format in properties tooltip
2025-10-21 04:46:07 +08:00
yangdx
637b850ec5
Add truncation indicator and update property labels in graph view
...
• Add truncate tooltip to source_id field
• Add visual truncation indicator (†)
• Bump API version to 0242
2025-10-20 23:03:01 +08:00
yangdx
dab1c35834
Optimize chat performance by reducing animations in inactive tabs
...
• Add isTabActive prop to ChatMessage
• Disable spinner in inactive tabs
• Reduce opacity for inactive content
• Hide loading indicator when inactive
• Pass tab state from RetrievalTesting
2025-10-17 21:17:01 +08:00
yangdx
04d2367147
Fix redoc access problem in front-end dev mode
...
- Add /redoc endpoint to proxy config
- Remove root path from API endpoints
- Add .env.development to git reopo
- Update sample environment files
- Refine .gitignore patterns for env files
2025-10-17 20:36:15 +08:00
yangdx
4c3ab58473
Improve AsyncSelect layout and text overflow handling
...
- Add responsive width container
- Improve text truncation with tooltips
2025-10-17 19:10:36 +08:00
yangdx
130b4959dc
Add PREPROCESSED (multimodal_processed) status for multimodal document processing
...
• Add DocStatus.PREPROCESSED enum value
• Update API routes and response models
• Add preprocessed filter in web UI
• Update localization files
• Handle preprocessed status in deletion
2025-10-14 14:02:05 +08:00
yangdx
64900b5457
Add frontend source code update warning
...
- Add frontend freshness check logic
- Warn when rebuild needed
- Remove --production from install docs
2025-10-14 10:59:21 +08:00
yangdx
df52ce98d8
Revert vite.config.ts to origin version
...
• webui will be created automatically on build
2025-10-14 04:07:44 +08:00
yangdx
c0b1552e49
Remove .gitkeep file by ensuring webui dir exists on bun build
2025-10-14 03:22:48 +08:00
yangdx
50210e25e8
Add @tailwindcss/typography plugin and fix Tailwind config
...
• Add typography plugin dependency
• Fix plugin imports in config
• Add source paths to CSS
2025-10-14 03:14:38 +08:00
yangdx
8bf411314e
Standardize build commands and remove --emptyOutDir flag
...
• Uses exact versions from `bun.lock` without updating
• Skips devDependencies, saving time and bandwidth
• The --emptyOutDir already configured in vite.config.ts
2025-10-14 02:49:25 +08:00
yangdx
a93c1661d9
Fix list formatting in README installation steps
2025-10-13 11:59:24 +08:00
Kevin
4fcae98512
Update README.md
2025-10-12 14:18:59 +02:00
Daniel.y
5290b60e9e
Merge pull request #2196 from zl7261/main
...
i18n: fix mustache brackets
2025-10-12 03:11:02 +08:00
yangdx
8eb0f83e86
Simplify Vite build config by removing manual chunking strategy
...
• Remove manual chunk definitions
• Increase chunk size warning limit
• Let Vite handle chunking automatically
2025-10-12 02:42:15 +08:00
yangdx
f2fb1202a3
Move accordion keyframes from CSS to Tailwind config and add fallback 'auto' value
2025-10-12 01:55:20 +08:00
yangdx
44f51f883f
Add fallback value for accordion content height CSS variable
...
• Improve CSS robustness
• Prevent undefined height values
2025-10-12 01:46:58 +08:00
yangdx
2d9334d35f
Simplify Root component by removing async i18n initialization
...
• Remove useState and useEffect hooks
• Import i18n directly instead of async init
• Eliminate loading state check
2025-10-12 01:17:37 +08:00
杨广
1a4d6775b5
i18n: fix mustache brackets
2025-10-11 16:50:32 +08:00
kevinnkansah
b81b86203c
chore: update deps
2025-10-10 17:12:59 +02:00
yangdx
a31192dd5a
Update i18n file for pipeline UI text across locales
2025-10-05 14:01:22 +08:00
yangdx
d550f1c58c
Fix linting
2025-10-05 10:42:15 +08:00
yangdx
0aef6a16b8
Add theme-aware edge highlighting colors for graph control
2025-10-05 10:40:25 +08:00
yangdx
0c1cb7b731
Improve document tooltip display with track ID and better formatting
...
• Add track ID to tooltip display
• Remove JSON braces from metadata
• Reorder tooltip content layout
• Clean up metadata indentation
• Show track ID before metadata
2025-10-05 10:13:11 +08:00
yangdx
7b1f8e0f6f
Update scan tooltip to clarify it also reprocesses failed documents
2025-10-05 09:23:56 +08:00