gitify
gitify copied to clipboard
feat: show "read" notifications
trafficstars
Closes #708
Add new Notification Settings to show all notifications (defaulted to off).
When set, notification rows will be opaque when read.
The mark as read button both at the Repository and Notification level are conditional based on whether the notification(s) are unread or not.
Some things to note
- we don't support fetching more than the first page of REST API results, so the notifications will be maxed at 50
- the API returns all notifications (unread, read, done)
TODO - need to find a solution to recalculate the unread notification count
Quality Gate failed
Failed conditions
10.5% Duplication on New Code (required ≤ 3%)
D Maintainability Rating on New Code (required ≥ A)
See analysis details on SonarQube Cloud
Catch issues before they fail your Quality Gate with our IDE extension
SonarQube for IDE