Is it possible to send db notifications only to selected panels?
title is my question
3 Replies
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
i want my panels to all have database notifications but for some database notifications i only want to show on a subset of panels
notifications are sent to User, not User + Panel