Commit 0402b2b
authored
Fix: Address the admin issues before the release (#1391)
* 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.
* feat: enhance UI components and improve error handling
- Added global styles for clickable links in tables to improve user interaction.
- Updated routing logic to utilize a dynamic header parameter key for better flexibility.
- Enhanced error handling in HTTP requests to suppress messages for specific URLs.
- Improved internationalization by adding new translation keys for 'Ready Time' in both English and Chinese.
- Refactored various components to optimize code structure and maintainability, including updates to YAML and form views.
- Adjusted table and form layouts for better responsiveness and user experience.
* refactor: streamline component code and enhance condition handling
- Simplified iframe rendering in GrafanaPage.vue for improved readability.
- Added checks in ConfigModel.ts to skip undefined keys in matches and parameters.
- Optimized YAMLView.vue by condensing MonacoEditor properties for better clarity.
- Cleared default request and address matching arrays in formView.vue for cleaner initialization.
- Enhanced condition parsing and merging logic in updateByFormView.vue to improve maintainability and readability.
* build: build admin1 parent 2eb4409 commit 0402b2b
148 files changed
Lines changed: 710 additions & 760 deletions
File tree
- app/dubbo-ui/dist/admin
- assets
- ui-vue3/src
- base
- http
- i18n
- components
- router
- utils
- views
- resources
- applications
- tabs
- instances
- slots
- tabs
- services
- traffic
- dynamicConfig
- model
- tabs
- routingRule/tabs
- tagRule/tabs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines 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.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
0 commit comments