feat: refactor how frontend was structured
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s

This commit is contained in:
2024-04-25 01:53:20 +02:00
parent f51f61df17
commit c28ef550a9
18 changed files with 264 additions and 225 deletions

View File

@@ -10,18 +10,18 @@
"scale": {
"type": "float",
"min": 0.1,
"max": 100
"max": 10
},
"strength": {
"type": "float",
"min": 0.1,
"max": 100
"max": 10
},
"fixBottom": {
"type": "float",
"label": "Fixate bottom of plant",
"hidden": true,
"value": 0,
"value": 1,
"min": 0,
"max": 1
},