nova-detached-actions icon indicating copy to clipboard operation
nova-detached-actions copied to clipboard

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

Results 20 nova-detached-actions issues
Sort by recently updated
recently updated
newest added

``` Problem 1 - gobrightspot/nova-detached-actions is locked to version 1.1.1 and an update of this package was not requested. - gobrightspot/nova-detached-actions 1.1.1 requires laravel/nova ^3.0 -> found laravel/nova[dev-master, v3.0.0, ...,...

Hello. Thx for your work! Have a look at this screenshot: ![example](https://user-images.githubusercontent.com/2291224/100220547-cd4c1200-2f17-11eb-96ea-8aa29c460550.png) As you can see, I’ve used your plugin to **only show the dropdown button** … but there occured...

In my case I have a resource with many detached actions, over 15 of them, so it doesn't make sense to show 1 or 2 and then show the rest...

Hi! I define action: ```php (new ScriptCreate() )->iconClasses('mr-3 -ml-2') ->confirmButtonText(__('Create') ) ->showOnDetailToolbar() ``` How to get resource Id in `ScriptCreate::handle`? ![image](https://user-images.githubusercontent.com/38257723/100261173-6c462d80-2f5b-11eb-8371-c5072a334758.png) `request()->all()` contains: ``` request()->all() = {array} [10] resources =...

Hi, been using it for two months with no issues but now we're trying out laravel octane with sail and the package stopped working, nothing shows up on console nor...

![image](https://user-images.githubusercontent.com/38257723/118122915-322ef200-b3fc-11eb-8246-9befa2546a86.png)

I'm trying to add action buttons to a resource detail screen. This module seems to load /resources/actions separately without a resourceId so the `canSee()` function is called without a resource,...

Hi! I didn't see how to do this in the documentation. Trial and error did not work either. ![image](https://user-images.githubusercontent.com/38257723/100234375-0d24f080-2f3c-11eb-96b4-1367a1e202fd.png)

I'd like to use an [action response modals](https://nova.laravel.com/docs/3.0/actions/defining-actions.html#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...

I am not able to display action button in lens