Is there a way to get the event icon color?
See attached

Here the pull request icon should be purple

I've managed to get it working as part of the work in #200; the issue is the way the notifications are loaded has a very fixed payload which the last time I checked doesn't actually return the state.
Yup, not possible w/ the current Notifications v3 API, and GraphQL does not support notifications. Would have to create a notifications middleware (server) for this that polls the v3 notifications for each user, then fetches the status of each issue/PR/commit. Lot of work that I don't really want to do, ha!
It'd be nice, but I've gotten used to it.
Most helpful comment
I've managed to get it working as part of the work in #200; the issue is the way the notifications are loaded has a very fixed payload which the last time I checked doesn't actually return the state.