rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

Upload progressbar #471

Closed hampta closed 9 months ago

hampta commented 9 months ago

Using an HTML progress bar for greater visibility and customization of the theme.

rejetto commented 9 months ago

you mean here? (not the monitoring)

image
hampta commented 9 months ago

Yes, here

rejetto commented 9 months ago

ok. And is css enough for the customization you are talking about?

hampta commented 9 months ago

The only thing missing is a progressbar, I would like to be able to do something like this Screenshot_20240202-104500.png

rejetto commented 9 months ago
image

i'm not sure how far you can customize the standard < progress >. If you need more you'll let me know.

hampta commented 9 months ago

Thank you very much, what I threw off is a regular progressbar tag

rejetto commented 9 months ago

np, you'll have that in next release

rejetto commented 9 months ago

in case you'd care for a preview, you just right click on the "check for update", and then paste this link https://github.com/rejetto/hfs/files/14152601/hfs-windows.zip

hampta commented 9 months ago

image yea, it`s working. thanks!