support-core-plugin icon indicating copy to clipboard operation
support-core-plugin copied to clipboard

Modernise the plugin UI

Open janfaracik opened this issue 8 months ago • 1 comments

This PR intends to update the plugin's interface, bringing it inline with newer pages in Jenkins.

Before image

After image

Before image

After image

Changes

  • Use the app bar
  • Drop the side panel
  • Use a Jenkins Symbol rather than a PNG for the action icon
  • Delete action.jelly and move its permission check inside of Action.java (the new header doesn't use action.jelly therefore the permission check to show the action wasn't applied)

Testing done

Submitter checklist

  • [ ] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • [ ] Ensure that the pull request title represents the desired changelog entry
  • [ ] Please describe what you did
  • [ ] Link to relevant issues in GitHub or Jira
  • [ ] Link to relevant pull requests, esp. upstream and downstream changes
  • [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue

janfaracik avatar Apr 24 '25 08:04 janfaracik

java.lang.AssertionError: privileged should be able to see the Support action expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at com.cloudbees.jenkins.support.SupportTestUtils.testPermissionToSeeAction(SupportTestUtils.java:282)
	at com.cloudbees.jenkins.support.actions.SupportAbstractItemActionTest.onlyAdminCanSeeAction(SupportAbstractItemActionTest.java:46)

jglick avatar Apr 24 '25 20:04 jglick

For the support agent icon we can use this one. Not the best either but probably better than the other one. support_agent_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24 https://fonts.google.com/icons?selected=Material+Symbols+Outlined:support_agent:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=agent&icon.size=24&icon.color=%231f1f1f

judithlr avatar Jun 25 '25 14:06 judithlr

Another suggestion a bit more legible for the icon: https://fonts.google.com/icons?icon.query=lifebuoy&icon.size=24&icon.color=%231f1f1f

image

lemeurherveCB avatar Jun 25 '25 14:06 lemeurherveCB