-
Notifications
You must be signed in to change notification settings - Fork 30
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
Need an Index Toggler #11
Comments
And so, this is a useful field for nova, saves time and nerves |
Hi @H-ZONE , |
@davidpiesse This sounds cool. Not the OP but I think with regard to UX it would be cool if it worked like the Button Field plugin (https://novapackages.com/packages/dillingham/nova-button) The toggle would be displayed for each entry, e.g if a record is enabled, it can then be toggled to disabled straight from the index. |
OK - so make the toggle visible on the Index view. |
@davidpiesse Yes please, essentially as it is now but actually toggle-able on index. I think smaller would work better as well. Thanks! |
I am currently working on the new version for the latest upcoming Nova version (v4) which will use Vue 3; and I will be implementing Headless UI's toggle. https://headlessui.dev/vue/switch This might be something that makes it into the new version. |
^^ subject
To toggle a single row we need to make additional clicks for now. this is bad to force clients making senseless actions.
The text was updated successfully, but these errors were encountered: