docs(readme): add notice

This commit is contained in:
MedzikUser 2022-08-18 22:49:41 +02:00
parent 9b74b85aa0
commit c844730d60
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# HomeDisk cloud server
> **Warning**
> Currently, work on the project is suspended because I'm not good at frontend and don't have time :(
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
[total-lines]: https://img.shields.io/tokei/lines/github/MedzikUser/HomeDisk?style=for-the-badge&logo=github&color=fede00
[code-size]: https://img.shields.io/github/languages/code-size/MedzikUser/HomeDisk?style=for-the-badge&color=c8df52&logo=github

View File

@ -91,8 +91,6 @@ pub async fn handle(
.get_appropriate_unit(true)
.to_string();
// TODO: fix modification time
// check how long it has been since the file was last modified
let elapsed = metadata.modified().unwrap().elapsed().unwrap();