Skip to content

Feature/detail UI#4

Merged
toheart merged 4 commits intomainfrom
feature/detail-ui
Apr 5, 2025
Merged

Feature/detail UI#4
toheart merged 4 commits intomainfrom
feature/detail-ui

Conversation

@toheart
Copy link
Owner

@toheart toheart commented Apr 5, 2025

feat: Enhance JSON Display and Pagination Functionality

  • Replaced parameter viewing logic in TraceDetails.vue with vue-json-viewer component for improved JSON visualization.
  • Installed and integrated vue-json-viewer@3, ensuring compatibility with Vue 3.
  • Updated methods for managing JSON data display, including collapse, expand, and format functionalities.
  • Removed unnecessary methods: highlightJson and handleSummaryClick, to maintain code cleanliness.
  • Added CSS styles for vue-json-viewer to enhance visual presentation.
  • Imported vue-json-viewer styles in main.js to ensure proper display.
  • Implemented pagination methods in RuntimeAnalysis.vue:
    • Added goToUnfinishedFunctionsPage, prevUnfinishedFunctionsPage, and nextUnfinishedFunctionsPage methods to handle pagination for unfinished functions list.
    • Ensured that pagination functionality is now operational, resolving previous TypeError issues.

levi.tang and others added 4 commits March 25, 2025 23:59
…用户体验;同时更新 package.json 和 package-lock.json,添加 vue3-json-viewer 依赖。
- Replaced parameter viewing logic in TraceDetails.vue with vue-json-viewer component for improved JSON visualization.
- Installed and integrated vue-json-viewer@3, ensuring compatibility with Vue 3.
- Updated methods for managing JSON data display, including collapse, expand, and format functionalities.
- Removed unnecessary methods: highlightJson and handleSummaryClick, to maintain code cleanliness.
- Added CSS styles for vue-json-viewer to enhance visual presentation.
- Imported vue-json-viewer styles in main.js to ensure proper display.
- Implemented pagination methods in RuntimeAnalysis.vue:
  - Added goToUnfinishedFunctionsPage, prevUnfinishedFunctionsPage, and nextUnfinishedFunctionsPage methods to handle pagination for unfinished functions list.
  - Ensured that pagination functionality is now operational, resolving previous TypeError issues.
@toheart toheart merged commit 13a540e into main Apr 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant