Group/collect notifications of the same type to only show them once
Open
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 127
Description
When a client has sync conflicts, it will show 1 notification per conflict. If there are 100s, this is not use full for the user.
### High Level Concept Idea
- Issue entry in the activity log
- Delay notification by x seconds
- Collect notification
- If next notification is of the same type, count++ and restart the delay
- If no notifications of the same type come up during the delay, trigger notification with the count like "25 Sync conflicts"
Contributor guide
Assessment
This issue has not been assessed yet.