You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your issue.
the reason we want to be able to log in with a web ui and qr code is so that users can save their settings
Describe the solution you'd like
form in the web frontend with:
name: user's name. cap it at 200 bytes
profile text color: color picker, used to display the name
profile background color: color picker, used to display the name
preview of name with text color and background color
volume slider. corresponds to a floating point value from 0.0 to 1.0
if you have any other ideas, include them! Preferably no uploads, since we probably don't want to have to deal with hosting a file server with public upload
submitting the form to hostname/api/v1/edit_settings with json body {name, profile_fgcolor, profile_bgcolor, volume}
The text was updated successfully, but these errors were encountered:
So, sending a POST request to hostname/api/v1/edit_settings, but also should be using GET request to load data if the user has already set it.. what is the endpoint going to be for that?
Oh nevermind!!! I see issue 55 (check settings endpoint) is a different issue altogether. I will just set up GET request to something arbitrary and reference that issue as well
Please describe your issue.
the reason we want to be able to log in with a web ui and qr code is so that users can save their settings
Describe the solution you'd like
form in the web frontend with:
name
withtext color
andbackground color
hostname/api/v1/edit_settings
with json body{name, profile_fgcolor, profile_bgcolor, volume}
The text was updated successfully, but these errors were encountered: