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.
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.
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.