Add in-app notifications #29
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
luca0N/lanbassador#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for displaying notifications when a host is detected.
The Notifications API should be used for this, and an optional sound should be played on host detection.This should either be an opt-in or opt-out feature, as some users could be annoyed by it.
The Notifications API is quite limited, as it requires HTTPS and not all major browsers support it1. What I actually meant when creating this issue was to implement some kind of in-app notification system (as opposed to device notifications). This way, if a user has the page tab/window unfocused, the web app would update its title to append the number of unread in-app notifications (e.g., Lanbassador (2)). Focusing on the page would clear all unread notifications.
https://developer.mozilla.org/en-US/docs/Web/API/Notification ↩︎
Add notificationsto Add in-app notifications