adding frontend authentication, starting file priority code

This commit is contained in:
2018-02-10 09:53:02 -05:00
parent 42f4ecc81b
commit b843cfc11b
1722 changed files with 26561 additions and 136161 deletions

View File

@@ -42,15 +42,12 @@ const inlineStyle = {
class AddRSSModal extends React.Component {
componentDidMount () { //Immediatly request an update of the feed when loading app
rssModalOpenState = () => {
let RSSRequest = {
MessageType: "rssFeedRequest",
}
ws.send(JSON.stringify(RSSRequest))
}
rssModalOpenState = () => {
console.log("Opening RSS Modal")
this.props.rssModalOpenState(true)
}