[Fixes 18186] UX: Reorder build details page and auto-collapse SVN revisions - #27229
Closed
alwaysalearner1234 wants to merge 1 commit into
Closed
[Fixes 18186] UX: Reorder build details page and auto-collapse SVN revisions#27229alwaysalearner1234 wants to merge 1 commit into
alwaysalearner1234 wants to merge 1 commit into
Conversation
Contributor
|
Closing because the pull request does not use the pull request template. Please read and follow the contributing guidelines and the instructions in the must read issue: |
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.
Problem
When a single job contains many SVN locations or revisions, the build details page (
Run/index.jelly) becomes cluttered. Users are forced to scroll down past a long list of revisions just to reach the most useful debugging information, such as test failures and the changelog.Solution
This PR introduces two major UI/UX improvements to the build details page:
Reordered Information Hierarchy: Reordered the sections on the build details page so that the most critical debugging information is presented first. The new order is:
SVN Revisions Collapse: Added a lightweight, vanilla JavaScript snippet that automatically collapses the SVN revisions list if there are more than 5 revisions.
▶ SVN Revisions (12)) is provided so users can expand the list if needed.Testing Done
RunIndexReorderingTest.javato verify the new DOM ordering (Test Failures -> Changelog -> SVN Revisions -> Other)./label bug
/label rfe
#14607