Got first working cloud sync trigger fully running

This commit is contained in:
frikky
2020-11-05 17:11:50 +01:00
parent 4d0f9f5bc4
commit 7b51b9ef22
9 changed files with 232 additions and 63 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ import SettingsPage from "./views/SettingsPage";
import { createMuiTheme, MuiThemeProvider } from '@material-ui/core/styles';
import AlertTemplate from "react-alert-template-basic";
import AlertTemplate from "./components/AlertTemplate";
import { positions, Provider } from "react-alert";
// Production - backend proxy forwarding in nginx
@@ -118,7 +118,7 @@ const App = (message, props) => {
const options = {
timeout: 5000,
position: positions.BOTTOM_CENTER
position: positions.BOTTOM_RIGHT
};
const includedData = window.location.pathname === "/home" || window.location.pathname === "/features" ?