Badge with number of unread messages
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Somehow determine if a message has been read. We can maybe do this by seeing if it got mounted.
Then just display a badge with the number of unread messages.
We could store the number of unread messages in redux, increment it when a message is received and then decrement it when the message gets rendered.
Contributor guide
Assessment
This issue has not been assessed yet.