#245: Loads of new introduction features, including a basic app selector

This commit is contained in:
frikky
2022-01-03 02:39:22 +01:00
parent d1eb9e6347
commit 0f2c71a721
9 changed files with 371 additions and 39 deletions
+2 -4
View File
@@ -31,8 +31,7 @@ import MyView from "./views/MyView";
import { createMuiTheme, MuiThemeProvider } from "@material-ui/core/styles";
import DetectionFramework from "./components/DetectionFramework.jsx";
import FrameworkData from "./components/FrameworkData";
import FrameworkWrapper from "./views/FrameworkWrapper.jsx";
import ScrollToTop from "./components/ScrollToTop";
import AlertTemplate from "./components/AlertTemplate";
import { useAlert, positions, Provider } from "react-alert";
@@ -386,8 +385,7 @@ const App = (message, props) => {
exact
path="/detectionframework"
element={
<DetectionFramework
frameworkData={FrameworkData}
<FrameworkWrapper
selectedOption={"Draw"}
showOptions={false}