odddollar / File-browser

Web interface for viewing a file system over a network
MIT License
11 stars 0 forks source link

htmx for faster client updates #2

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

htmx allow patching the web gui and also sending data back

https://htmx.org/examples/ shows the idea ....

golang support example.

https://github.com/Baralga/baralga-app/blob/main/shared/hx/htmx.go

odddollar commented 1 year ago

This looks really cool. Thanks for your suggestion!

However it would involve completely rewriting the front-end code, which is out of scope for this project at the moment.

I'm actually quite happy with the relative simplicity of how File Browser works.