Showing notifications as modals
Sometimes I want to ensure that the user gets the notification and acknowledge it. There is a way to open a notification as a modal with just one button "OK"?
If there isn't, can I open a modal on demand? On the filament docs all the modals are highly tied to forms and actions, I couldn't find a way to do something like Filament::ShowModal("My message here", "OK")
I guess I could use a livewire modal, but I want the modal to fit with the look and feel of filament UI out of the box.
If there isn't, can I open a modal on demand? On the filament docs all the modals are highly tied to forms and actions, I couldn't find a way to do something like Filament::ShowModal("My message here", "OK")
I guess I could use a livewire modal, but I want the modal to fit with the look and feel of filament UI out of the box.