From c844730d604c33ef1ddbc71f7d093fb86678f1f2 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Thu, 18 Aug 2022 22:49:41 +0200 Subject: [PATCH] docs(readme): add notice --- README.md | 3 +++ server/src/fs/list.rs | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d40b865..108da4c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/server/src/fs/list.rs b/server/src/fs/list.rs index 3dfef25..b9a91ee 100644 --- a/server/src/fs/list.rs +++ b/server/src/fs/list.rs @@ -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();