shout
shout copied to clipboard
A simple inline contextual notice for Filament forms, basically just a fancy placeholder.
The `title()` method has been added to allow the developer to define a title. ```php use Awcodes\Shout\Components\Shout; Shout::make('so-important') ->content('This is a test') ->title('Test Shout') ->icon('tabler-alert-circle'), ``` Creates:  - I...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...