-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website #16
Comments
https://meine-erste-homepage.com/html5-tutorial ? Looks shit, but is simple |
Copy deployment script from Verdandi, including minify, gzip and copying into data |
Still unsure how everything should look. Might want to draw sketch first 🤷🏻 |
Disregarded forms at the beginning, but it seems like they could actually be useful now. Not sure how the checkboxes for parameters work though |
Posting a plaintext message to POST seems to be a great deal of trouble. Manual read of body field can be segmented and needs a lot of manual work:
Workaround is to simply use a application/x-www-form-urlencoded body that gets parsed automatically. |
Extract brightness and timeout to separate functions, there is no way to make that usable with a proper UI |
fetch awaits don't work as expected, see https://dmitripavlutin.com/javascript-fetch-async-await/ -> more "then" should work, keep overall logic |
still needs a lot of design!
|
…l submits (#16), simplify logic
|
|
Current usage is based on obscure API calls with magic numbers as modes. Make it somewhat pretty!
The text was updated successfully, but these errors were encountered: