stepanenko3 / nova-command-runner

This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
MIT License
33 stars 14 forks source link

Added local loading and danger buttons that was removed from Nova #15

Closed scottasmith closed 10 months ago

scottasmith commented 11 months ago

This PR implements a local version of the removed buttons in Laravel Nova.

The two buttons that were removed are

The LoadingButton is imported into the Tool directly but the DangerButton is loaded using the method so needed to be imported into Vue so I imported using a different name just in-case the Nova team or another package implement it again.