Open a information modal on Resource Startup

Hi! How can I display a modal with information or warning when the Resource starts up? For example, when clicks on "User" menu, Filament displays a message with some pending actions... Is it possible?
1 Reply
Dan Harrin
Dan Harrin2mo ago
On that page, register and action (https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component) and then set the $defaultAction on the list page to be the name of that action object so it opens the modal when the page loads