Finished Frontend notifications, added file prio (needs test), started Settings Button work

This commit is contained in:
2018-01-23 23:21:25 -05:00
parent 5856052f82
commit 52e245d11f
15 changed files with 241 additions and 126 deletions

View File

@@ -81,7 +81,7 @@ const inlineStyle = {
const mapStateToProps = state => {
return {
RSSModalOpen: state.RSSModalOpen,
};
}
}
const mapDispatchToProps = dispatch => {