icon-action-toolbar
                                
                                 icon-action-toolbar copied to clipboard
                                
                                    icon-action-toolbar copied to clipboard
                            
                            
                            
                        Enhancement request! Only use these icons for specific resource or actions.
It works perfectly fine but can we have a option to just use it for specific actions or resource?
i want to use this to show icon for standalone action, not for whole Nova Panel.
Also In default installation it got duplicate icons(delete) in every resources. Also 5 icons on every row looks very cluttered, Nova's default style is good here. please allow us to use nova's default styles.
Your package is great btw.
same issue duplicate delete button
Ok, I'm having same situation with delete icon, when any of action has ->sole() method, delete icon is doubled.
Hello,
Same problem here.
Delete button is duplicated.
Moving further:
I can see the following code in this package:
            if (resource.authorizedToDelete && !resource.softDeleted && Nova.$router.page.component !== 'Nova.Index') {
                actions.push({
                    name: __('Delete Resource'),
                    uriKey: '__delete-resource-action__',
                    iconActionToolbar: { icon: config.icons.delete_resource },
                    onClick: () => instance.parent.ctx.openDeleteModal(),
                })
            }
I guess that's where the main problem lies. I also use https://github.com/eminiarts/nova-tabs package, and probably the router behaviour is different.
+1 here