revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.
MIT License
518 stars 31 forks source link

optional tdarr to show space saved #135

Closed Frooodle closed 1 year ago

Frooodle commented 1 year ago

option to have tdarr show space saved made a new utils for formatBytes to format non Byte values eg GigaByte values Allowed tdarr to work with urls with / on the end like most of the other apps

image

Since this has a utils update, would it break the update apps button? Guess it needs a new version to get this?

revenz commented 1 year ago

remove changes for format bytes. and just multiple the value before passing into that utils function

Frooodle commented 1 year ago

I hate the idea of multiplying by 1000000000 to then divide by same amount But will make change

Frooodle commented 1 year ago

Removed utils change