tunapanel icon indicating copy to clipboard operation
tunapanel copied to clipboard

Autogenerate live Web-based control panels for Rust programs

Results 11 tunapanel issues
Sort by recently updated
recently updated
newest added

The most significant change here is updating from hyper 0.10 to hyper 0.11. Other dependency updates had no real change in code. The hyper update will allow for tunapanel to...

The password widget works just like string except it uses password input type to hide it.

`futures` allow asynchronous event handling.

it is now possible to embed servo(*1) in another rust project. would be cool to have it this project. (*1) [https://github.com/paulrouget/servo-embedding-example](https://github.com/paulrouget/servo-embedding-example)

add support to provide custom CSS.

feature

Dropdowns? Radio buttons?

feature

Right now there is zero authentication on the generated web interface. There's also no CSRF protection.

bug

This should help with #3. It might be a bit overkill though.

feature

Allow the Rust code to send messages back to the panel.

feature