-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Package
Both
Problem or use case
Some feed sources are low-frequency but high-priority (e.g., security alerts, releases, specific blogs). Currently, I have to manually check the app to see if these specific sources have updated. I want to be notified immediately when new items arrive for specific feeds or filtered views.
Proposed solution
I would like to implement a customizable notification feature. Subscriptions would have the ability to toggle a bell icon to enable notifications. Users could enable notifications by clicking the bell icon from either the subscriptions page, or toggling it while subscribing to the feed for the first time.
Similar to how we have toggles to enable or disable different share options, we will add a section to the user's settings page where notification options can be enabled or disabled. All disabled by default, except for PWA Native notifications.
Notification Destinations
- PWA native notifications
- Allows users on web and mobile to receive notifications.
- https://developer.mozilla.org/en-US/docs/Web/API/Push_API
- Webhooks
- For IFTTT, Gotify, n8n, etc.
- Not available on free plan
- Email
- Not available on free plan
Additional context
No response
Would you like to contribute?
- I'd be willing to contribute this feature