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

title is my question
3 Replies
DrByte
DrByte2y 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
SomebodyOP2y 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
wyChoong2y ago
notifications are sent to User, not User + Panel

Did you find this page helpful?