Hyperblast
Hyperblast
Actual UX (especially for mobile devices) is to be figured out yet. We could support check boxes or long taps to enable selection mode or both or whatever.
Currently paths `std::string` is converted to `Path` for validation, then converted back to pass to player API. We can avoid this by modifying player API to accept something like `std::variant`
Hi, thank you for the great project. I'd like to propose simple feature, namely add `file_body::value_type::reset()` overload that takes `file_size` as an extra parameter. This would allow saving one syscall...
There should be two buttons: - Save current settings as default: stores current settings via API, these values will be used for bootstrapping new webui instances - Reset current settings...
Currently outdated version of `axios` is used. Instead of upgrading it we can replace `axios` with `fetch`. `fetch` API is widely supported by browsers as well as node (via `node-fetch`...