[Feature request] Game invite notification
When the user is invited to a game, it should display a windows notification "X invited you to a ranked game" with buttons "Accept" and "Decline"
If it's not possible to add buttons using Java, we could do our own notification window.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I recommend not using the default windows notification box (in win 10) because some user doesn't use it. I personally have disabled win 10 notification bar.
Tbh I was ruling out windows 10 notifications for a completely another reason. Java has almost no APIs for interacting with it. I can only show 3 basic notifications without any changes to them, so no custom buttons, text fields etc.