Is it possible to send db notifications only to selected panels?

title is my question
3 Replies
DrByte
DrByte16mo ago
By default a panel doesn't receive database notifications. See the HasNotifications trait. You can turn them on and even set polling frequency as described here: https://filamentphp.com/docs/3.x/panels/notifications
Somebody
SomebodyOP16mo ago
i want my panels to all have database notifications but for some database notifications i only want to show on a subset of panels
wyChoong
wyChoong16mo ago
notifications are sent to User, not User + Panel

Did you find this page helpful?