comcode-org / hackmud_chat_web

ajax web client for hackmud
Other
8 stars 9 forks source link

notifications for pings #93

Open seanmakesgames opened 5 years ago

seanmakesgames commented 5 years ago

use browser-based notification system (I have not researched this, but I know they exist because sites are constantly asking me for permission for this)

I would turn it on for this game.

Need notification icon overlay for favicon with count, sound effect, and browser-based os-supported notification.

AMA

seanmakesgames commented 5 years ago

forum post for tracking https://www.hackmud.com/forums/bugs_features_ideas/discord_parity__no_notifs_currently_for_the_user__tab_status_or_sound__when_you_re_pinged_in_web_chat

NGTmeaty commented 5 years ago

Here's the notifications API.

We probably should also use a Service Worker to notify users even if the page isn't open, which is what I think we want.