From 360b51016d61b0233524482e58168245a186fbc7 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 30 May 2025 12:58:09 -0700 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ba8cf5..f3d4390 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,32 @@ # Future Plans -- [ ] Move files and directories +- [x] Move files and directories - [x] Delete files and directories -- [ ] Undo deleted files (using tmp files maybe, may require a DB) -- [ ] Rename files +- [ ] Undo deleted files? (using tmp files maybe, may require a DB) +- [x] Rename files - [ ] Dark/light mode toggle - [ ] Image display (will require some kind of file server) - [ ] Markdown rendering (quite a reach) - [x] Mobile friendly -- [ ] Fix selection bug +- [x] Fix selection bug ## Notes The tmp files and undo deletion might be complicated. Also having some issues with file permissions, docker might be the cause. + +I ended up scrappping th tmp files for deletion, right now, just be careful. And maybe I need a popup modal for the deletion to prevent any accidents. + + +## Rewrite + +It might be time for a rewrite. + +I want some real, good, backend code not just some stupid wired up Express app. + +I also want to revamp the UI, its a bit ugly right now. AND I want to try using Typescript in React. Since types are a huge missing piece. +Or maybe even some kind of server-side-rendering. But I like how I do this at work with an API and a react (like) frontend. + + +ORRRR Maybe back to Go, HTMX and Templ :) \ No newline at end of file