Commit ff429c0
authored
feat: enhance error handling and data loading in various components (#1385)
* build: Optimize the styles of some tables, adapt to backend changes, format the code, and package it
* chore: remove PR_DESCRIPTION.md file as it is no longer needed
* fix: update routing rule handling
updated routing rule handling to use constants for HTTP status codes in various components.
* build: build & format
* feat: enhance error handling and data loading in various components
- Added a silent error handling mechanism for specific URLs in the HTTP request module to suppress error messages.
- Refactored data loading logic in sceneConfig.vue to load configuration data based on the selected tab, improving user experience.
- Updated YAMLView.vue and other components to remove unused button code and optimize imports, enhancing code clarity and maintainability.
- Improved error handling in routingRule and dynamicConfig components to ensure better user feedback and debugging.
* feat: add new components and enhance YAML and XML editing capabilities
- Introduced new JavaScript files for YAML and XML syntax highlighting and editing.
- Added components for updating YAML configurations with structured editor interfaces.
- Updated index.html to reference new JavaScript bundles for improved functionality.
- Enhanced error handling and logging in various components for better debugging.
- Removed unused code and optimized imports in YAMLView and related components.1 parent 0ef902f commit ff429c0
File tree
106 files changed
+249
-207
lines changed- app/dubbo-ui/dist/admin
- assets
- ui-vue3/src
- base/http
- views
- resources/services/tabs
- traffic
- destinationRule/tabs
- dynamicConfig/tabs
- routingRule/tabs
- tagRule/tabs
- virtualService/tabs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
106 files changed
+249
-207
lines changedLines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
0 commit comments