-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Implement the Settings page in the Svelte Web UI #3
Comments
Hi @mufeedvh I can take this one up, but please provide more details on how you want it to look like and what details to be added. |
Hey @Haimantika, just updated the Issue with the everything required to implement this! If you need any more information/details on this, feel free to ask! Thanks! 🙌❤️ |
Hi @mufeedvh I also want to take part in this. Can you provide UI wireframe for this feature |
@Chenthan I am will be out of office until next week, so you can take it up if you want. If you can’t solve until then, I can help :) |
@Haimantika Fine. I can take this. |
Hi I can take this up and implement it! Happy to contribute |
@Chenthan @manish-9245 this is almost complete. |
In the main UI, the Settings page is not implemented yet. Here's how to implement it:
API
Set Settings
Endpoint:
/api/set-settings
Method: POST
JSON Request Body:
Get Settings
Endpoint:
/api/get-settings
Method: GET
UI
Add the required form widgets for each of these configuration values.
The text was updated successfully, but these errors were encountered: