Turiiya
Turiiya
Thanks for the swift response @turbo124 . This means that with this UI implementation it is not possible for a user who is not an administrator to get an overview...
Is there a chance to add a permission option that would allow viewing the data on the dashboard when it is set?
Yes i think so too, it'll be the usual case. It was just a case I encountered where it would be more appropriate without promoting to admin rights. Thanks again.
@turbo124, I hope I’m not bothering you too much. Would this be considered a feature request for the main repo then? Since there is quite a gap between allowing a...
I'm pretty occupied time wise atm, sorry about delays helping out here. Trying to build latest webui with `gcc` / use it with e.g. the v-wrapper, I'm running into complications...
Yes, as you mention @xland, the call to `webui_bind` returns the ID. It is used e.g. to identify a function in an event. This would also allow to conditionally ignore...
Regarding providing an example. An API for unbinding could be provided theoretically. So if there is a good use-case maybe its gonna be added.
Since WebUI is about making GUI apps, I think it can be a good think to set a consistent title (/ allow more control over the title) from the backend...
There likely is something to the issue. E.g. I cannot use the dynamic library anymore with C. Starting an example that is compiled with the dyn lib: ``` [1] 178267...
I think this is not happening with all compiler / on all OS versions. E.g. while I cannot start the dyn example, the added CI test passes and correctly prints...