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
Hello, I've forked this repository to get the react example from the C version working for Odin to then use in one of my personal projects. In the process I ended up writing all the bindings from webui.h and recreating all of the examples in the C folder to learn how to use the library more. The wrappers I've essentially left the same I believe but was able to use the set_file_handler function that is commented out in this repo. (was needed for the react example)
I've never contributed anything before so this would be the first time and not aware if this is the proper way ask of this either. Apologies if it's not. If you all would like, I'm more than willing to help with contributing any or all changes made in my fork over to this repo. (including making changes to match any guidelines there are before submitting any sort of pull request etc.)
Yes @SageCreations, you are welcome to contribute, thank you in advance for that.
You can use https://github.com/apps/desktop, then clone odin-webui, add your changes and commit, then push.
You can also push to parent main directedly from your fork repo if you want.
Hello, I've forked this repository to get the react example from the C version working for Odin to then use in one of my personal projects. In the process I ended up writing all the bindings from webui.h and recreating all of the examples in the C folder to learn how to use the library more. The wrappers I've essentially left the same I believe but was able to use the set_file_handler function that is commented out in this repo. (was needed for the react example)
I've never contributed anything before so this would be the first time and not aware if this is the proper way ask of this either. Apologies if it's not. If you all would like, I'm more than willing to help with contributing any or all changes made in my fork over to this repo. (including making changes to match any guidelines there are before submitting any sort of pull request etc.)
link to my fork: odin-webui fork
The text was updated successfully, but these errors were encountered: