bgrins / console-output-experiment

1 stars 2 forks source link

Add severity filtering #31

Closed bgrins closed 8 years ago

bgrins commented 8 years ago

Decided to pass the severity filter data along into the existing messagesFilter action instead of making a new action for it. Might want to change that later if we have a bunch more filter options, but it seems to work OK.

I also added a new messagesFilterClear action so the FilterInfo view didn't have to know what about all the filter properties and the filter reducer is now handling the resetting when that action happens.

linclark commented 8 years ago

I went ahead and pulled this in so it doesn't go stale while you're in Australia. Feel free to push up a commit that addresses my second comment if you want to.