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

controls refactoring: simplify exports #962

Merged
merged 3 commits into from
Feb 28, 2024
Merged

controls refactoring: simplify exports #962

merged 3 commits into from
Feb 28, 2024

Conversation

felixroos
Copy link
Collaborator

@felixroos felixroos commented Feb 27, 2024

fixes #686

exports all controls directly instead of throwing them into the controls objects, removing the need to import controls explicitly all the time

this change should not break existing setups as long as everything is imported from the core index.mjs and not directly from the controls.mjs

@felixroos felixroos changed the title Control refactoring controls refactoring Feb 27, 2024
@felixroos felixroos changed the title controls refactoring controls refactoring: simplify exports Feb 27, 2024
@felixroos
Copy link
Collaborator Author

i think it makes sense to merge this one now and think more deeply about grouping with #964

@felixroos felixroos merged commit 1525992 into main Feb 28, 2024
2 checks passed
@felixroos felixroos deleted the control-refactoring branch February 28, 2024 17:43
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.

refactor controls
1 participant