Skip to content
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

apply jenkins styling to selects #472

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mawinter69
Copy link
Contributor

@mawinter69 mawinter69 commented Mar 1, 2025

also remove the obsolete blockwrapper

Before:
Selecting the default view
image

Moving an item
image

After:
Selecting the default view:
image

Moving an item
image

Testing done:

Gone to move page of a job and verified that it still works

Proposed changelog entries

  • use jenkins styling for selects

Submitter checklist

  • JIRA issue is well described
  • Changelog entry appropriate for the audience affected by the change (users or developer, depending on the change).
    * Use the Internal: prefix if the change has no user-visible impact (API, test frameworks, etc.)
  • Appropriate autotests or explanation to why this change has no tests

also remove the obsolete blockwrapper
@mawinter69 mawinter69 requested a review from a team as a code owner March 1, 2025 22:56
@@ -34,7 +33,7 @@ xmlns:fo="/lib/folder">
(<i:formatDate value="${it.timestamp.time}" type="both" dateStyle="medium" timeStyle="medium"/>)
</j:if>
</t:buildCaption>
<fo:blockWrapper>
<table style="margin-top: 1em; margin-left:1em;">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it was wrong when the blockwrapper was introduced to use it here. The t:summary is explicitly requiring a surrounding table as it itself creates a <tr>
Though I couldn't find a way how to make this page show up anywhere. I think it would require having a ComputedFolder that keeps kind of an execution history of the computations but branch-api doesn't do that

@mawinter69 mawinter69 changed the title apply jenkins styling to move select apply jenkins styling to selects Mar 2, 2025
@alecharp
Copy link
Member

alecharp commented Mar 3, 2025

Might be a lot to ask, but could you introduce before/after screenshots in your pull request description? Thanks @mawinter69

@mawinter69
Copy link
Contributor Author

Might be a lot to ask, but could you introduce before/after screenshots in your pull request description? Thanks @mawinter69

done

@mawinter69
Copy link
Contributor Author

the test error looks unrelated

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.

2 participants