cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Add rule management #25

Closed cheshire137 closed 8 years ago

cheshire137 commented 8 years ago

Fixes #2 and partially addresses #7. You can now create and delete rules, as well as view matching issues for each rule. @probablycorey I could use your help to get rid of setState calls in favor of the Redux way of managing state.

View and delete your filters:

screen shot 2016-08-06 at 5 55 23 pm


Add a filter:

screen shot 2016-08-06 at 5 54 47 pm


View notifications matching a rule:

screen shot 2016-08-06 at 5 27 45 pm

probablycorey commented 8 years ago

I just tried this out and it is AWESOME!!!

I'm going to merge this and open up a new PR that tries to move the state setting into redux.