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

Make sure you can just enable some actions and not just "all or nothing" #20

Open
marcoroth opened this issue Nov 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@marcoroth
Copy link
Owner

marcoroth commented Nov 19, 2022

Something like:

import * as Turbo from '@hotwired/turbo'
import TurboPower, { AttributeActions, BrowserActions } from 'turbo_power'

TurboPower.initialize(Turbo.StreamActions, [AttributeActions, BrowserActions])
@marcoroth marcoroth added the enhancement New feature or request label Nov 19, 2022
@marcoroth marcoroth changed the title Make sure you can also just enable certain actions/groups and not all actions at all Make sure you can also just enable certain actions/groups and not just "all or nothing" Nov 19, 2022
@marcoroth marcoroth changed the title Make sure you can also just enable certain actions/groups and not just "all or nothing" Make sure you can just enable some actions and not just "all or nothing" Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant