gobrightspot / nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
MIT License
168 stars 50 forks source link

Using action response modals #41

Open rdarcy1 opened 3 years ago

rdarcy1 commented 3 years ago

I'd like to use an action response modals to display a result (it's a bulk file importer, and some files might fail with a validation message). Is there any way to get this library to work with these modals, or should I stick to the toast notifications for now?

Note there was a recent fix out for modals not showing on the index page (https://nova.laravel.com/releases/3.21.1), but this doesn't seem to have solved it for detached actions.

Many thanks.