Compare commits

..

No commits in common. "feature/algorithm" and "main" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"short_name": "A-Maze-R!",
"name": "The A-Maze-ing Maze Generator - A-Maze-R!",
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",

View file

@ -85,11 +85,6 @@ export default function InputForm({state, dispatch}) {
disabled={state.loading}
onChange={setId}
/><br/>
<label for="algorithm">Algorithmus:</label>
<select id={"algorithm"}>
<option>wilson</option>
<option>random</option>
</select><br/>
<button type={"submit"}
disabled={state.loading
|| isNaN(width)