Notify user if auto update failed

This commit is contained in:
Thomas Nordquist
2019-01-13 17:37:13 +01:00
parent d2bb098772
commit fdece7ae91
3 changed files with 32 additions and 10 deletions

View File

@@ -1,10 +1,11 @@
import * as React from 'react'
import { connect } from 'react-redux'
import * as q from '../../../../backend/src/Model'
import { Typography } from '@material-ui/core'
import TreeNode from './TreeNode'
import { makeConnectionMessageEvent, rendererEvents } from '../../../../events'
import { AppState } from '../../reducers'
import TreeNode from './TreeNode'
import { connect } from 'react-redux'
const MovingAverage = require('moving-average')