bikebrigade / dispatch

Bike Brigade's dispatching software! 🚴
https://bikebrigade.ca
Apache License 2.0
74 stars 9 forks source link

Desktop notifications #89

Open mveytsman opened 2 years ago

mveytsman commented 2 years ago

Several dispatchers have asked for desktop notifications on messages.

Filtering:

jennaleeb commented 2 years ago

As a first step, thoughts on adding a little icon like this when there is a new message? very unobtrusive and doesn't block proper desktop notifications in the future.

image
mveytsman commented 2 years ago

So far the best looking library I've found is https://github.com/tommoor/tinycon

We might need a concept of read/unread which we dont track yet to do this - unless we just badge you if the tab isnt active and there's a new message at all, and then set it to no badge when you switch to a BB tab?

jennaleeb commented 2 years ago

I think that's a reasonable approach! If you don't want to add a new dependency you could just create two static images (one with the alert and one without) and swap them out based on the logic you've outlined.