gitify icon indicating copy to clipboard operation
gitify copied to clipboard

feat: show "read" notifications

Open setchy opened this issue 1 year ago • 2 comments
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

  1. we don't support fetching more than the first page of REST API results, so the notifications will be maxed at 50
  2. the API returns all notifications (unread, read, done)

Screenshot 2024-04-20 at 7 10 57 AM Screenshot 2024-04-20 at 7 11 06 AM Screenshot 2024-04-20 at 7 11 19 AM

setchy avatar Apr 19 '24 20:04 setchy

TODO - need to find a solution to recalculate the unread notification count

setchy avatar Apr 20 '24 11:04 setchy

Quality Gate Failed 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

sonarqubecloud[bot] avatar Jan 30 '25 03:01 sonarqubecloud[bot]