Merged
Conversation
…nd update theme handling - Introduced `components.css` for modular styling of UI components including tooltips, cards, and filters. - Added `dark.css` for dark mode styling to enhance user experience in low-light environments. - Removed `styling.css` to streamline CSS management and avoid redundancy. - Updated JavaScript files to accommodate new theme color settings, including highlight color. - Modified HTML to reflect changes in theme settings, consolidating color options for better usability. - Enhanced local storage handling for theme settings and added debug logging for easier troubleshooting.
…and chart creation; add update functions for dynamic chart updates; enhance loading overlay functionality in menu.
…streamline modal filter management
…e logic; enhance SVG handling and chart settings based on theme
…r improved maintainability and readability
…raphs, tables, and sections; improve maintainability and reduce redundancy
- Consolidated chart creation and update logic into reusable functions in suite.js and test.js. - Removed redundant code for creating and updating graphs and tables, enhancing maintainability. - Introduced generic data table creation and update functions in tables.js to streamline table management. - Updated graph configuration functions to utilize new helper functions for building configurations. - Improved readability and organization of the codebase by reducing duplication and enhancing function clarity.
… for cleaner output
… improved data handling in fullscreen mode and fix ignoreskips
- Implemented detailed tooltips for test statistics, including status, duration, and messages. - Added support for line graph view in test statistics with appropriate tooltips. - Refactored tooltip metadata handling for failed, flaky, and time-consuming data. - Introduced utility functions for building and looking up tooltip metadata. - Updated graph configurations to utilize new tooltip features and improve user experience. - Enhanced filtering logic for test statistics to support new visualization options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.