-
Notifications
You must be signed in to change notification settings - Fork 196
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
Support system themes for Pipeline editor #769
Conversation
@@ -191,17 +191,6 @@ | |||
</exclusion> | |||
</exclusions> | |||
</dependency> | |||
<dependency> | |||
<groupId>io.jenkins.plugins</groupId> | |||
<artifactId>theme-manager</artifactId> |
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.
only needed as a JavaScript API now so not needed to be in pom. We could leave it in bumping the version to ensure that the plugins work together but I don't think needed
@@ -8,7 +8,7 @@ | |||
"scripts": { | |||
"dev": "webpack --config webpack.dev.js", | |||
"prod": "webpack --config webpack.prod.js", | |||
"start": "yarn dev -- --watch", | |||
"start": "yarn dev --watch", |
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.
deprecation warning in my build console that yarn hasn't needed this since yarn v1.0
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.
Does not appear to break anything when run on master
without theme-manager
.
Amends #654
see PR description in jenkinsci/theme-manager-plugin#171 for details on the change
this has no UI changes other than dark system theme is now supported as well as dark theme
Testing done
Tested with:
Submitter checklist