This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Allow filtering notifications by Participating/Mentioned #2272
Closed
Description
The filter icon on the top left would have all the options it currently does except for “View All.” There could then be a dropdown similar to the kind that’s shown on issue/PR/repo screens. This dropdown could show the owner/repo if you’ve filtered by one, as well as a choice between “All,” “Unread,” “Participating,” and “Mentioned.” The API docs say there’s several reasons notifications are sent. I’d suggest assign
, mention
, and team_mention
for “Mentioned” and author
, comment
, and state_change
for “Participating.”