From 93aee21007f7cf56f2767c0cacd58d4c5a895db5 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves <104033825+haydenhargreaves@users.noreply.github.com> Date: Tue, 27 May 2025 22:41:06 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b202f2a..8a715ed 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # Future Plans - [ ] Move files and directories -- [ ] Delete files and directories +- [x] Delete files and directories - [ ] Undo deleted files (using tmp files maybe, may require a DB) - [ ] Rename files - [ ] Dark/light mode toggle - [ ] Image display (will require some kind of file server) - [ ] Markdown rendering (quite a reach) - +- [x] Mobile friendly + ## Notes The tmp files and undo deletion might be complicated.