nextcloud / nextcloud/desktop

Group/collect notifications of the same type to only show them once

Open
#7,599 4 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.