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

Replace icon paths with keys #439

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Replace icon paths with keys #439

merged 2 commits into from
Jul 9, 2024

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Jul 8, 2024

This PR replaces all direct usages of icon paths and painter providers in the components' styling with icon keys. There is no visual or behaviour difference (except now icon mapping works in IJ 242 and the dropdown component looks correct under New UI).

@rock3r rock3r added the feature New feature or request label Jul 8, 2024
@rock3r rock3r requested review from hamen and devkanro July 8, 2024 17:05
@rock3r rock3r self-assigned this Jul 8, 2024
Comment on lines +24 to +34
java {
toolchain {
vendor = JvmVendorSpec.JETBRAINS
}
}

kotlin {
jvmToolchain {
vendor = JvmVendorSpec.JETBRAINS
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was previously done in the jewel plugin, but it's not anymore as it's not the recommended approach anymore for IDE-bound code. However, we still need it for the standalone sample, so we can ensure it is run on the JBR.

@rock3r rock3r enabled auto-merge (squash) July 9, 2024 06:33
Copy link
Collaborator

@hamen hamen left a comment

Choose a reason for hiding this comment

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

NickMillerGIF

@rock3r rock3r merged commit 156d3b9 into main Jul 9, 2024
4 checks passed
@rock3r rock3r deleted the use-icon-keys branch July 9, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants