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

TriggerMonitor: Fix grey icon anime bug and modernize icon animation #501

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

panicking
Copy link
Contributor

Use the new icon from jenkins build class and drop legacy icon

Falling this conversation jenkinsci/jenkins#8806

The grey animation and grey icon are dropped from jenkins core. We need to move to use the new way

Testing done

Deploy plugin in my jenkins instance

Screenshot from 2023-12-29 09-49-32

Use the new icon from jenkins build class and drop legacy icon

Signed-off-by: Michael Trimarchi <[email protected]>
@rsandell rsandell added the ui label Jan 9, 2024
@rsandell rsandell merged commit cfc32a0 into jenkinsci:master Jan 9, 2024
14 checks passed
@panicking panicking deleted the fix-icon-trigger-animation branch January 9, 2024 10:37
@@ -44,7 +44,7 @@
<j:choose>
<j:when test="${other.hasBuild()}">
<td width="18">
<img src="${imagesURL}/16x16/${other.build.iconColor.image}"/>
<l:icon class="${build.build.iconColor.iconClassName}"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't that be other.build.iconColor.iconClassName?
Also in line 57 the change to <l:icon class="icon-grey-anime icon-sm"/> is missing similar to the change in ajaxTriggerMonitor.jelly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants