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

[REVIEW ONLY] - Reallocate styles in appropriate files #713

Closed
wants to merge 5 commits into from

Conversation

hamen
Copy link
Collaborator

@hamen hamen commented Dec 4, 2024

Closes #708

@hamen hamen requested a review from rock3r December 4, 2024 14:08
import org.jetbrains.jewel.ui.component.styling.ButtonMetrics
import org.jetbrains.jewel.ui.component.styling.ButtonStyle

internal fun readOutlinedButtonStyle(): ButtonStyle {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Outlined and Default are both Button types. They should stay in the same file (IntUiBridgeButton)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done in 65116fb

import org.jetbrains.jewel.ui.component.styling.TabStyle
import org.jetbrains.jewel.ui.icons.AllIconsKeys

internal fun readEditorTabStyle(): TabStyle {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Default and Editor are both Tab styles. They should stay in the same file (IntUiBridgeTab)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done in 51d8d29

@hamen hamen requested a review from rock3r December 6, 2024 10:16
@rock3r rock3r added the cleanup Improve the project/tooling and/or get rid of tech debt label Dec 9, 2024
hamen added a commit to rock3r/intellij-community that referenced this pull request Jan 14, 2025
@hamen
Copy link
Collaborator Author

hamen commented Jan 14, 2025

Migrated to IJP as JetBrains/intellij-community#2910

@hamen hamen closed this Jan 14, 2025
intellij-monorepo-bot pushed a commit to JetBrains/intellij-community that referenced this pull request Jan 15, 2025
Reference JetBrains/jewel#713

Signed-off-by: Ivan Morgillo <[email protected]>

closes #2910

GitOrigin-RevId: 1deb160659741c2256d49ace9460a515f504384f
intellij-monorepo-bot pushed a commit that referenced this pull request Jan 21, 2025
Reference #713

Signed-off-by: Ivan Morgillo <[email protected]>

closes JetBrains/intellij-community#2910

GitOrigin-RevId: 1deb160659741c2256d49ace9460a515f504384f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Improve the project/tooling and/or get rid of tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move non-Button styles to the right files
2 participants