ragflow/web/src
chanx 4d6ff672eb
Fix: Added read-only mode support and optimized navigation logic #9869 (#10370)
### What problem does this PR solve?

Fix: Added read-only mode support and optimized navigation logic #9869

- Added the `isReadonly` property to the parseResult component to
control the enabled state of editing and interactive features
- Added the `navigateToDataFile` navigation method to navigate to the
data file details page
- Refactored the `navigateToDataflowResult` method to use an object
parameter to support more flexible query parameter configuration
- Unified the `var(--accent-primary)` CSS variable format to
`rgb(var(--accent-primary))` to accommodate more styling scenarios
- Extracted the parser initialization logic into a separate hook
(`useParserInit`)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-09-30 12:00:29 +08:00
..
assets Feat: add splitter (#10161) 2025-09-19 10:15:19 +08:00
components Fix: Added read-only mode support and optimized navigation logic #9869 (#10370) 2025-09-30 12:00:29 +08:00
constants Feat: Filter the agent list by owner and category #9869 (#10344) 2025-09-28 18:43:20 +08:00
hooks Fix: Added read-only mode support and optimized navigation logic #9869 (#10370) 2025-09-30 12:00:29 +08:00
icons
interfaces Fix: Interoperate with the pipeline rerun and unbindTask interfaces. #9869 (#10346) 2025-09-28 19:32:19 +08:00
layouts Feat: Move the github icon to the right #9869 (#10355) 2025-09-29 11:50:58 +08:00
less Feat: Bring the parser operator when creating a new data flow #9869 (#10309) 2025-09-26 19:09:27 +08:00
lib Feat: Add FileUploadDialog #3221 (#4327) 2025-01-02 16:10:41 +08:00
locales Feat: Limit the number of Splitter and Parser operators on the canvas to only one #9869 (#10362) 2025-09-29 17:22:40 +08:00
pages Fix: Added read-only mode support and optimized navigation logic #9869 (#10370) 2025-09-30 12:00:29 +08:00
services Fix: Added read-only mode support and optimized navigation logic #9869 (#10370) 2025-09-30 12:00:29 +08:00
stories Feat: Add SliderInputFormField story #9869 (#10138) 2025-09-18 09:29:33 +08:00
theme Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
utils Fix: Added read-only mode support and optimized navigation logic #9869 (#10370) 2025-09-30 12:00:29 +08:00
wrappers Feat: If the user is not logged in, jump to the login page by refreshing. (#5451) 2025-02-27 18:48:53 +08:00
app.tsx Add Russian language Update app.tsx (#9772) 2025-08-28 11:42:42 +08:00
conf.json
custom.d.ts Fix: Improve TS Warning For http_api_reference.md (#8172) 2025-06-12 14:20:15 +08:00
global.less Fix: Optimize list display and rename functionality #3221 (#9875) 2025-09-02 17:43:37 +08:00
inter.less
routes.ts Feat: Delete flow related code. #9869 (#10371) 2025-09-30 12:00:17 +08:00