trailer icon indicating copy to clipboard operation
trailer copied to clipboard

Feature Request: Support setting notification "interruptionLevel"

Open npars opened this issue 11 months ago • 3 comments

I'm in a fairly large Github org and sometimes miss @mention notifications that are directed at me. It would be nice if trailer supported setting a different interruptionLevel for notifications based on some criteria (contains an @mention, your PR, etc.).

I poked around the codebase and noticed that Trailer is using NSUserNotification which is now marked deprecated and does not support setting the interruptionLevel like the newer UNNotification API. So unfortunately I think this would be a non-trivial change.

npars avatar Jul 25 '23 12:07 npars