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.
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.