feature/algorithm #5

Merged
manuel merged 6 commits from feature/algorithm into main 2025-01-08 21:54:25 +01:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit 804ce323bf - Show all commits

View file

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

View file

@ -85,6 +85,11 @@ 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)