Skip to content

Fix transition typo #620

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

Merged
merged 1 commit into from
Aug 19, 2025
Merged

Fix transition typo #620

merged 1 commit into from
Aug 19, 2025

Conversation

MariaSolOs
Copy link
Contributor

@MariaSolOs MariaSolOs commented Aug 17, 2025

Fixing a typo in these variable names.

This is a breaking change, and so I'm open to deprecating the older variable name as a more flexible change instead. See discussion below for the resolution.

@ErikReider
Copy link
Owner

Great catch!

This is a breaking change, and so I'm open to deprecating the older variable name as a more flexible change instead.

Yeah, this would be preferred. I'd do it by re-adding those, referring to the new variables (--group-collapse-tranistion: var(--group-collapse-transition)) and add a comment above explaining the issue :)

@MariaSolOs
Copy link
Contributor Author

@ErikReider sounds good! However I don't think there's a straightforward way to deprecate sass variables. Would you be okay with an approach like this?

@ErikReider
Copy link
Owner

@ErikReider sounds good! However I don't think there's a straightforward way to deprecate sass variables. Would you be okay with an approach like this?

The variables in use currently are pure css and not sass variables so that would sadly not work...

@MariaSolOs
Copy link
Contributor Author

The variables in use currently are pure css and not sass variables so that would sadly not work...

Oh... in that case we won't be able to provide a runtime warning about the deprecation of the variables. Besides the comments, is there anything else I should do to let users know of this change?

@ErikReider
Copy link
Owner

Oh... in that case we won't be able to provide a runtime warning about the deprecation of the variables. Besides the comments, is there anything else I should do to let users know of this change?

Not really. I'll probably leave them there for a while to not break any more themes. The GTK4 port caused enough breakage for a while xD

Copy link
Owner

@ErikReider ErikReider left a comment

Choose a reason for hiding this comment

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

Thanks again! I should really get spell checking working in vim... 😆

@ErikReider ErikReider merged commit 2ecc424 into ErikReider:main Aug 19, 2025
5 checks passed
@MariaSolOs MariaSolOs deleted the typo branch August 19, 2025 13:18
@MariaSolOs
Copy link
Contributor Author

Thanks again! I should really get spell checking working in vim... 😆

No worries! And thanks to you for the awesome project and kind review of this PR!

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

Successfully merging this pull request may close these issues.

2 participants