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!", "short_name": "React App",
"name": "The A-Maze-ing Maze Generator - A-Maze-R!", "name": "Create React App Sample",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",

View file

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