Add notifications feature #1402
Labels
area: backend
This issue involves Python, Django or dependency (eg. database)
area: frontend
This issue involves JavaScript, React.js and Node
new feature
New feature
Milestone
Misago does plenty of things for notifications feature like subscription levels, following and mentions. We could do in-app notifications for those.
Facebook separates new notifications from unread ones. Digit next to notifications icon is number of new notifications you haven't seen yet. When you open the window, this number is zeroed, but notifications are still there, with unread status. When you click on notification, its marked as read and you are redirected to its target. Look at the console, Facebook fires
notifications_update_seen_or_read
GraphQL mutation on click.The text was updated successfully, but these errors were encountered: