-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh the 'New item' page #9111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not ran locally but screenshots look good, what's with the empty functions?
Design is far from perfect but I think it's a step in the right direction - if anybody has any ideas happy to hear them. The items are loaded in by JS - anybody know the reason why this is over just loading them in via Jelly? Any performance considerations? |
I think it was being done in the 2.x refresh which was when the setup wizard came in so likely it was using similar paradigms and approaches to it. |
Unrelated to this pr, but related to future cleanups: https://issues.jenkins.io/browse/JENKINS-72947 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK security wise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/label ready-for-merge
This PR is now ready for merge. We will merge it after ~24 hours if there is no negative feedback.
Please see the merge process documentation for more information about the merge process.
Thanks!
Animations for keyboard navigation on this page looks weird because of close/overlapping focus boxes for the item types. Is this intentional? Also pointing out that removing the (Neither are blocking.) |
Good spot about the border overlapping, I've increased the spacing a touch to account for that. As for grouping, I think it looks alright for now - can always revisit in the future. |
I have added an ATH workaround in jenkinsci/acceptance-test-harness#1545. jenkinsci/acceptance-test-harness#1549 tracks the removal of this workaround as part of fixing JENKINS-73034. |
Small pull request to refresh the 'New item' page. Largely some SCSS changes to bring it more inline with the rest of Jenkins, as well as some minor JS changes.
Before
After
bottomButtonBar
componentTesting done
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@jenkinsci/sig-ux
Before the changes are marked as
ready-for-merge
:Maintainer checklist